Search
11430 results 9811-9820
Forum
- 18th Jan 2013Problem to bind a Datatable from ASP.NEThttp://datatables.net/usage/server-side ): Total records, after filtering (i.e. the total number
- 15th Jan 2013Pagination from server side not working"iTotalDisplayRecords":10 See: http://datatables.net/usage/server-side - iTotalDisplayRecords should only be different from iTotalRecords if there is filtering applied. Allan
- 10th Jan 2013Serverside Processing with AJAX and a non standard datasourcesame unless you have filtering applied - http://datatables.net/usage/server-side Allan
- 9th Jan 2013How to search only selected options inside html select fieldin "Type based column filtering". Code is Given below:-
- 8th Jan 2013PHP Oracle JoinData set length after filtering */ $sQueryFinalCount = "SELECT COUNT(*) as
- 7th Jan 2013Use PreRendered DOM Elements instead of sDOMThis is what I have working so far the text input filtering and setting the start display length cannot modify it though http://live.datatables.net/akanin/4/edit
- 24th Dec 2012Datatables does not display < characterdisplaying, versus sorting, versus filtering in a solution. Either
- 20th Dec 2012search function not working (server side processing)Data set length after filtering **********************************/ $sQuery = "SELECT FOUND_ROWS()"; $rResultFilterTotal
- 20th Dec 2012bRegex does not work with server side processingThere is no bRegex column option - its a column filtering option that is set as part of your call to fnFilter - not in the column initialisation. I suspect that's the issue. Allan
- 18th Dec 2012Refresh function not worksfnDraw doesn't do anything other than just redraw the table in its current state - so you shouldn't see any changes unless you have custom filtering which has changed. What exactly are you trying to do? Allan