Search
11428 results 2021-2030
Forum
- 2nd Nov 2012Footer filter has empty dataOh my - sorry. I saw bServerSide and just assumed it would be true (since it is false by default there is not need to specify it). So yes, you are using client-side processing and fnInitComplete is the way to go :-) Allan
- 31st Oct 2012SELECT filter on topMerci!
- 24th Sep 2012Column Filter plugin not working with GridViewsalam... use this script $(document).ready(function () { $('#GridViewExample').GridviewFix().dataTable({ "sScrollY": 500, "bJQueryUI": true, "sPaginationType": "full_numbers" }); }); its work.. salam...
- 13th Aug 2012Datatable re-sizes itself after filter and unfilter when using bCollapse (fix attached)Thanks J!! Exactly the fix I needed as well.
- 25th Jul 2012filter is case sensitivethanks Allan for the quick reply i'll try to make the appropriate changes. Arjun
- 25th Jul 2012Using links instead of dropdown for length filterVery nice :-). Just one comment - it would be worth using the fnLengthChange plug-in rather than setting the "private" variables directly: http://datatables.net/plug-ins/api#fnLengthChange . Allan
- 19th Jun 2012Filter by DropdownsI couldn't get that script to automagically create full select option lists of my column data. I ended up just writing a small script to generate it on the server before serving the web page and then hooking an oTable.fnFilter() function to the onChange event handler for the different selects.
- 1st Jun 2012"All" filter option does not workThe problem now is solved. It's my fault. The right way of calling this action is: "aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]]
- 30th May 2012Ensuring that global search filter code is hit during coverageEdits made in initial post !
- 28th Mar 2012Pagination problems when using column filter and iDisplayLengthAllan/Kussie, yes, that was exactly it. I removed the quotes and everything flew perfectly. p.s. It also removed the need for my next call which was going to be "Why does the info show as 'records 1 to 020 of 1,922'"? (i.e. have a leading zero!) Thanks again to you both, Pete.