Search
14013 results 2941-2950
Forum
- 8th Jul 2025Ho to avoid sorting but keep the search field, "Show nn entries", etc?That suggests to me that you've actually got a Javascript error on the page. If you look at the browser's console, is there anything shown there? Can you link to the page or show us the full JS initialisation for the DataTable? Allan
- 16th May 2025search is stopping when string contains special characters like pointerLink to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
- 18th Mar 2025Problem with saved search builder queriesLink to test case: https://live.datatables.net/febugiyo/1/edit Debugger code (debug.datatables.net): ezoyot Error messages shown: None Description of problem: Hello, I have a table with SearchBuilder in a modal and stateSave: true. If I made multi-level queries, they work correctly but when reloading the page, the queries still are but multilevel dissapears until I add another query. Someone know how to resolve this? Sorry for my English, is very bad. Thank you
- 12th Dec 2024Search Icon showing 1/4 instead of iconIf the server is sending it as Latin-1, that might (?) be overriding the UTF-8 charset attribute. Are you able to get your HTTP server to send the JS as UTF-8? Perhaps what I need to do is look at changing the defaults in DataTables to use only ASCII, with the UTF-8 characters in an escape sequence. Is it only the paging icons that are causing an issue now? Allan
- 21st Nov 2024Search Builder unable to remove conditionswas using the wrong conditions. Working example: https://live.datatables.net/yosupuhi/9/edit string: { '=': null, '!=': null, 'starts': null, '!starts': null, '!contains': null, 'ends': null, '!ends': null, 'null': null, 'notEmpty': null, '!null': null, },
- 18th Oct 2024Search Textbox Underneath Each Columndatatable that has a searchbox underneath each column. I
- 16th Oct 2024Bootstrap 5 - Search Builder - Calendar does not apply Dark themeDescription of problem: When using Bootstrap 5 styling and SearchBuilder extension, for Calendar popup (div) does not recognize bootstrap theme Theme is set in html tag: data-bs-theme="dark"
- 16th Oct 2024Bootstrap 5 - Search Builder - Calendar does not apply Dark theme from data-bs-theme="dark"Description of problem: When using Bootstrap 5 styling and SearchBuilder extension, for Calendar popup (div) does not recognize bootstrap theme
- 30th Aug 2024Search Panes EventsI believe the ready() API fires once Datatables and all of the extensions, like SearchPanes, are initialized. Kevin
- 6th Aug 2024Data-Search Attribute On One Column Affecting Other Column Search AbilityI have a DataTable which applies filters by selecting segments of a chart, taking the value and column index of that segment, and filtering that column by the value. I have applied the Data-Search data attribute on one of the columns in my data table as it contains links and so was easier to put the text value in the data attribute instead of parsing the URL link to get the text value extracted. This filter applies fine with no issues. However, now the other columns in the table which don't have a data-search data attribute aren't being filtered correctly by the data inside their cell. Do all columns now need to have the data-search attribute if one of them has it?