Server-side Paging widget always page 1
I am returning the start and length in the json following the ajax request but the paging widget is always 1 and records always Showing 1 to..... however the records displayed are the correct...
View ArticleSearchbuilder buttoned how to fix a constant column ?
I'm trying to wrap my head around searchBuilder and its configuration. In my case i need only a column to be searched, so i want to be the only column to be auto-selected for every new condition i add...
View ArticleIssue with Responsive Extension in DataTables 2.2.0
Link to test case: https://live.datatables.net/moqoqolo/1/edit Description of problem: I recently updated DataTables from version 2.1.8 to 2.2.0 along with the Responsive extension and noticed an...
View ArticleDoes the npm install for the editor include the select extension?
I installed the editor using npm and my package.json file includes "@datatables.net/editor-bs5": "^2.4.0" under dependencies. Does this package include the select extension or do I need to install that...
View ArticleUsing Datatables in Aurelia
I recently updated to the latest version of Datatables and when I am using Aurelia's repeat.for on the table via HTML no data shows. If I populate datatables with pure javascript and nothing in my <...
View ArticleStill confused about centering dt-numeric columns
Link to test case: https://live.datatables.net/kaviconi/1/ Description of problem: I saw the question from May 1 about this issue, but wasn't clear on the resolution. I'm trying to center a numeric...
View Articledifferent behavior between 2.1.8 and 2.2.0 with border formatting on table
I've found a difference between 2.1.8 and 2.2.0 on treatment of tables with borders. With 2.1.8 the border appears to be accounted for and the horizontal scroll bar is not shown. It is show with 2.2.0....
View ArticleScrollX and fixedColumn options hide elements added in header
Hello everyone, See this test case : https://jsbin.com/hitucal/edit?html,output As you can see, i set a bootstrap select (an external library) in my header table Everything is OK with datatables...
View ArticleAccount deletion
I really appreciate the product but I haven't used it a long while and I want to delete it. How can I do that?
View ArticleCSV File Export Without Loading All Pages
I would like to know if there is a way to export a CSV file of everything present in a paginated table using the Buttons extension, but without loading all the pages.
View ArticleHow to sort by a column that is a function?
Hello.... I have this definition for a column: { data: function (row, type, val, meta) { if (row) { switch (row.sexo) { case 'M': return 'Masculino'; case 'F': return 'Femenino'; default: return ''; }...
View ArticleHow to Keep DataTables SearchBuilder Always Open
Hi everyone, I am working on a Drupal 10 website where I have integrated the DataTables library along with the SearchBuilder plugin. My goal is to achieve the following functionality: Keep the...
View Articledisplay: table-header-group
Till now I have used tfoot: {display: table-header-group} and it worked all fine for many years, table footer was displaying before body, but today when I did rerun my webpack, table footer is not...
View Articledisplay: table-header-group Not Working
As per this thread https://datatables.net/forums/discussion/73491/display-table-header-group? I am also getting this problem. The style is applied but the search remains at the footer. The problem has...
View ArticleHeaders are misaligned with scrollX: true
https://datatables.net/examples/basic_init/scroll_x.html The example is broken. When using the pagination controls, the headers become misaligned and only show correctly on the first page. Can this be...
View ArticleDataTables 2.2.0 data population and column resizing
I was hoping to just upgrade to DataTables 2.2.0 from 2.1.8 without any code changes or issues, but columns are not adjusting like previously when a table is cleared and new rows added. I know I need...
View ArticleDefault columnDefs Behavior
Currently on DataTables 2.03. In our base JavaScript, we update the defaults like this: $.extend( $.fn.dataTable.defaults, { autoWidth: true, columnDefs: [ { className: 'text-start', targets: [...
View ArticleHow export to excel the table in DataTable with REACT?
Im trying to put the export button for excel but it doesnt working, the pdf button works, and the csv button to, but the excel button didnt "use client" import React from 'react' import DataTable from...
View ArticleExtract excel error: undefined (reading 'length') from footer
WHen I'm trying to extra excel, footer throws error: buttons.html5.min.js:8 Uncaught TypeError: Cannot read properties of undefined (reading 'length') at buttons.html5.min.js:8:21584 at _Api.action...
View Article