You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2022. It is now read-only.
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.