sqlalchemy-datatables icon indicating copy to clipboard operation
sqlalchemy-datatables copied to clipboard

SQLAlchemy integration of jQuery DataTables >= 1.10.x (Pyramid and Flask examples)

Results 19 sqlalchemy-datatables issues
Sort by recently updated
recently updated
newest added

Hi, Great package! I noticed in your templates you are manually typing the table headers in the `` tags. Is there a way to avoid that and manually get them...

Yadcf date range filter was not working properly using date format "YYYY-MM-DD", initial date was always getting one day difference. This change resolved my issue.

When I do a yadcf_range_number search with the filter only specifying one side, an error is generated. I am not sure if this is an issue with mysql or with...

I've been making a lot of progress using this fine package. Thanks again for your guidance earlier. I'm trying to use `yadcf_range_number` and am seeing `self.error = 'a float is...

I have a cloumn such as: ``` ColumnDT(func.group_concat(distinct(Role.name)), global_search=False, mData='roles'), ``` And search in DataTables not working for this column. I found while I using ``having`` everything is okey. ```...

Add support for column list selection using DataTables server-side API. DataTables API is passing a list of columns (columns[i]) that may not match with the table definition on the server....

... this small piece of code works quite well for my needs, but I can't figure it out whitin different situation

This PR adds regex filtering for each column. The current version of sqlalchemy-datatables only support regex filtering for the global search. The regex is used by setting the search_method to...