Search
11310 results 5331-5340
Forum
- 26th Jan 2010Warning - added data does not match known number of columnsdo you guys handle filters on top of dataTables, where the filter data is not in
- 25th Jan 2010Trying to run datatables in grailsmy page. The paginate, filter box does show up
- 22nd Jan 2010[ServerSide] add fnFilter on a td with fnRowCallbackthe problem :-). All the filter processing is done at
- 18th Jan 2010Firefox - display skewed underthe place where the filter & header header row
- 17th Jan 2010Can DataTables do this? - NikeStorewere to apply a filter which knocked out only
- 15th Jan 2010Datatables history pluginit won't remove the filter or whatever. If this
- 14th Jan 2010Using DataTables components on the whole pagewant to use a filter yourself and attach the
- 9th Jan 2010Custom per-column filtering on server-sidebeen called, then the filter will occur. Regards, Allan
- 6th Jan 2010ASP.NET (not MVC) processing problemHi Allan, I checked after filter and sort. Server-side returns true values. But Datatables freezes after sort/search. First Load : [code]{"sEcho":"1","iTotalRecords":"4","iTotalDisplayRecords":"4","aaData":[["Test One","312","46","12/28/2009"],["Test Two","310","46","12/30/2009"],["Test Three","309","46","12/30/2009"],["Test Subject","308","46","12/30/2009"]]}[/code] Sorting 1: [code]{"sEcho":"1","iTotalRecords":"4","iTotalDisplayRecords":"4","aaData":[["Test One","312","46","12/28/2009"],["Test Three","309","46","12/30/2009"],["Test Two","310","46","12/30/2009"],["Test Subject","308","46","12/30/2009"]]}[/code] Sorting 2: [code]{"sEcho":"1","iTotalRecords":"4","iTotalDisplayRecords":"4","aaData":[["Test Subject","308","46","12/30/2009"],["Test Two","310","46","12/30/2009"],["Test Three","309","46","12/30/2009"],["Test One","312","46","12/28/2009"]]}[/code]
- 5th Jan 2010tableTools printing off the pagefor a numeric range filter: http://datatables.net/examples/api/range_filtering.html . The documentation for filtering development can be found