Search
11175 results 2741-2750
Forum
- 1st Dec 2017any plugin like any-number, except for dates?number that can be sorted. Your plug-in should then return that and DataTables will sort it correctly. Allan
- 30th Nov 2017Buttons in Semantic UI doesn't workThat sort of helped in that
- 29th Nov 2017Date Filter Issuesall of the processing (sort, page and filter). So
- 28th Nov 2017How to change header colourDo you mean the sort icon? Its an image,
- 27th Nov 2017Add search boxes to datatable.Hi guys, Bump on this, anyone know why the sort is triggering and the responsive is now screwed? Cheers Steve Warby
- 27th Nov 2017Bootstrap 4 and DT, icons.. (simply: need icons)Can you link to a test case showing the issue please? This page shows BS4 working with DataTables and loading the sort icons. Allan
- 21st Nov 2017stateSaveCallback etc on clickYup - that's exactly the sort of thing I had in mind. Nice one! Allan
- 21st Nov 2017Searching different quote types (' and ’) to return same resultsa plug-in for this sort of thing although it
- 17th Nov 2017table.rows([0,1,2,3,4], {{order: 'current'}).nodes() doesn't return top 5 rows. REPRO WITH FIDDLEYou need to use :eq(i) to get the elements by sort. Using an integer gets them by their data index (see row-selector). In this case you could actually use :lt() jQuery selector: table.rows(':lt(5)', {order: 'current'}). Allan
- 17th Nov 2017Change alternate row colour in a theme.available to resolve that sort of issue. Allan