Search
11377 results 4001-4010
Forum
- 7th Jul 2016server-side pagination not workingdocumentation: Total records, after filtering (i.e. the total number
- 30th Jun 2016table.cells() doesn`t return cells with optsrows() selector and then filter out the data that
- 28th Jun 2016Helo with mJoin Linkif (isset($_REQUEST['user']) && !isset($_REQUEST['order'])) {$filter = 'userid'; $select = $_REQUEST['user']; $filter2
- 28th Jun 2016Remove --> Edit booleanit will then just filter those values out. The
- 27th Jun 2016How can I update data-filter attribute?I made fiddle with simple table and three rows JSFiddle I want add a fourth row. New fourth row must be sortable and filter like first three. How to add new fourth row in my case?
- 26th Jun 2016How can I hanle accentuented characters in my database and still use dataTables, please ?OK ! it is clear now and it works : we apply the filter 'utf8_encode()' to the data produced by the method 'data_output method' in the SSP class (of course !...Sorry for this easy problem) Congratulations again... Pierre
- 24th Jun 2016DateTables saveStatecase for the alphabet filter. Unfortunately the alphabet filter
- 24th Jun 2016columns().search() questionit applies the same filter to both selected columns.
- 23rd Jun 2016Counting entries under a grouped rowis called after every filter, sort, pagination. So if
- 23rd Jun 2016Unable to add row id with RowId optionI need it to know which row remove or update after edit in client-side mode. For now, i resolve with this $('#myTable').on( 'click', 'tr', function () { rowNumber = table1.rows( { order: 'applied', filter: 'applied' } ).nodes().indexOf( this ); } );