Search
11405 results 4621-4630
Forum
- 28th Sep 2013Gender filtering Male & FemaleUse a regular expression in your filter: table.fnFilter( '^Male', 1, true, false ); - to perform a regex filter on column 1. Another option is to disable the case-insenstivity of DataTables. Allan
- 19th Sep 2013How to get the datatable or the filtered data from within fnFooterCallback?The solution is to get the datatable like this: , "fnFooterCallback": function (nRow, aaData, iStart, iEnd, aiDisplay) { aaData = settings.$timelineTable.dataTable()._('tr', { "filter": "applied" }) // get the filtered data . . . } See also: http://datatables.net/forums/discussion/2053/fnfootercallback-sum-column-after-filter/p1
- 19th Sep 2013Issues with columnfilterThe second problem is resolved. I find how to set the css for the headers. But I don't know how to set a correct column filter yet... Do you have an idea ?
- 18th Sep 2013fnFILTERsearchable? Any clue to filter the 1 as number
- 16th Sep 2013Add action buttons/hyperlinks on each row on first column8 ] } ] } ); $("thead input").keyup( function () { /* Filter on the column (the
- 14th Sep 2013Individual column filteringAdding debugger reference... when first loaded: idinuj when trying to filter 2nd column: eqaxet I created a similar test case on the live server and it worked fine... http://live.datatables.net/alalay/
- 12th Sep 2013Sorting money values (BRL) not working very wellClick on button Filtrar (Filter). The result will be
- 12th Sep 2013FixedColumns - need help solving the alignment issuesof the parameters to filter the elements that triggered
- 10th Sep 2013fnServerData and aoData.pushto not add a filter. My second question is,
- 10th Sep 2013DataTables hidden row details example - the table header is misplaced (test case attached)return data.display; } // 'sort', 'type', 'filter' and undefined return data.name;