This repository was archived by the owner on May 14, 2022. It is now read-only.

Description
The Datatable class should be broken down into several separate classes. So far I'm thinking one to represent the DataTables.js request options, a class to represent individual mData columns, and one to represent the creation/building of the actual QueryBuilder object to construct the search. Also, the DatatableManager class should probably be moved to a separate directory.