Search
11180 results 7691-7700
Forum
- 23rd Feb 2024Datatbase table is not refresh after deleting the Row from the tableThe draw() docs show options to control the paging. Likely you will want to pass false to stay on the same page but update the sorting and searching. Kevin
- 23rd Feb 2024I want to show multiple groupinscrollY': '50vh', 'scrollX': true, 'sorting': false, 'fixedColumns': { leftColumns: 1
- 22nd Feb 2024Absolute.js Plugin - absoluteOrder is not a function - Datatables 2.0.0 (and 1.13?)The example on the original absolute sorting blog post is working as expected. That is using DataTables 2. I'd really need a link to a test case showing the issue to be able to help. Allan
- 22nd Feb 2024Datatables 2 with Natural plugin problemNot really a bug as such (maybe?). More that the natural sorting plug-in doesn't provide a search formatter. Thankfully, it is easy to add: DataTable.type('natural', { search: function (d) { return DataTable.util.diacritics(d); } }); https://live.datatables.net/woyozaci/6/edit Allan
- 21st Feb 2024Datatables with different headers and numbers of columnsof table layout. For sorting and searching purposes it
- 17th Feb 2024searchpanes API php serverSide: trueThe data in datatable sorts and works with searchpanes.
- 16th Feb 2024Align cells left after 2.0A related problem is that dt-type-date alignment also right-aligns the th cell causing it to overlap with the sorting arrows (at least on Bootstrap 5).
- 13th Feb 2024Dependent fields - show/hide + editor.field('').val()Sorry, @carrarachristophe , yep, I said what to do, then promptly mistyped it, omitting the val(). Glad all sorted, Colin
- 9th Feb 2024Filtering Column Textboxes on Top of DataTableHere is another example with search inputs in the header. Note the use of orderCells Top to move the sorting events to the top header row. https://live.datatables.net/giharaka/1/edit Kevin
- 7th Feb 2024Inline editing retain modified valueIt looks like I have bigger issue i didn't realize, the table although the ajax is bringing the data back isn't loading after sorting, reloaded or anything.