Search
11430 results 9741-9750
Forum
- 14th Oct 2013Point to a different server side file after table is initialized?as the individual column filtering and then just used
- 11th Oct 2013DataTables serverside processing using SharePoint 2010 search service plus Reformatting columnsa sorting logic and filtering logic. All the parameters
- 8th Oct 2013nCell is undefinedThanks for the test case. DataTables does not support colspan or rowspan in the TBODY of the table. Sorry. It makes sorting and filtering very complicated! Allan
- 19th Sep 2013bDeferRender true + bPagination false + local array data sourceenough for manipulation of filtering, sorting and use of
- 29th Aug 2013aoColumns completly ignored"bServerSide": true Sorting and filtering are being done at the server. Sorting and filtering plug-ins on the client-side will have absolutely no effect. Allan
- 27th Aug 2013Help regarding "Showing entries in Datatable"Yeah, we have made it to the same number. There is no filtering happening now. For example say two records, the JSON response would be [code] [{"iTotalDisplayRecords":2,"iTotalRecords":2,"aaData":[["TeachAgent900","www.RInstOne.com<\/a>","TST55093<\/a>","Head of Department","Applied Science","Chennai","Ph.D.","13+ Years","10174","<\/a>"],["TeachAgent900","www.RInstOne.com<\/a>","TST55094<\/a>","Head of Department","Applied Science","Chennai","Ph.D.","13+ Years","10174","<\/a>"]]}] [/code]
- 27th Aug 2013Headers do not align when using default scrolling. [includes possible fix]Hi Allan, If you look at the table now you can see i removed the filters in the first example. Header alignment is still off and the bottom filters have a small offset as well.
- 25th Aug 2013Splitting datatable into multiple columns (grid view)able to get the filtering to work as well,
- 24th Aug 2013customizing the Showing xx to yy of zzz entriesbe the same unless filtering is applied, as noted
- 22nd Aug 2013Pagination is disabled and no iDisplayLength Drop Down ListIt sounds like iTotalRecords and iTotalDisplayRecords might not be being returned correctly. The documentation from them is here: http://datatables.net/usage/server-side . They should be identical unless you have filtering applied. Allan