Search
11432 results 11051-11060
Forum
- 13th Sep 2012MSSQL and PHP : query as tablesOrder == "ORDER BY" ) { $sOrder = ""; } } /* Filtering */ $sWhere = ""; if ( isset($_GET['sSearch']) &&
- 7th Sep 2012invoke the Info callbackchange pages or change filters or something else that
- 3rd Sep 2012IE9 - One of the row's column shift right causing alignment issuesheader sorting and some filters. The number of records
- 31st Aug 2012How I can personalize the text in the bInfo section?if I use the filters I obtain: "Showing 1
- 30th Aug 2012Server Side Processing Add New Rownew record, now given filtering and sorting, it could
- 20th Aug 2012bStateSave not working corretlyPopulate Table table.fnAddData(this.model.get("tableData")); } [/code] Filtering seems to be saved
- 14th Aug 2012Big datatable stops at "Processing..."Disabled Deferred rendering Enabled Filtering Disabled Length change Enabled
- 10th Aug 2012Treat first column as other columns. That is not have it in a different color.false, "bFilter": false // Remove filtering and search box }); [/code]
- 3rd Aug 2012Data Table row cell colouringdo the sorting or filtering of that coloumn the
- 21st Jul 2012An update to the PHP server-side processing scriptI wrote an update of the server-side processing script. I converted it to a class (TableData), changed the deprecated mysql_ calls to PDO and parameterized the query filters. Here's a link to the code: https://gist.github.com/3156545 Enjoy!