Improve header handling method when scrolling
Description of problem: https://github.com/DataTables/DataTablesSrc/blob/master/js/core/core.scrolling.js#L277-L282 Currently, the header is only wrapped with a div with class dt-scroll-sizing to hide...
View ArticleNext.js datatables.net-react
It is working fine when developer mode, but throwing an error while compiling to production: npm run build > nextjs@0.1.0 build > next build ▲ Next.js 14.2.13 Creating an optimized production...
View ArticleSearch with range date not fonctionnal
Hi, I use the range date like https://datatables.net/extensions/datetime/examples/integration/datatables.html with moment. But the min date is not include in my datatable. In found why, but not how...
View ArticleNew Idea, Editor calls an Editor. seeking best-practices advice
I have lots of tables. Often when you update one table, you need to update another (or even the same, different field). Here is an example of such an "automation"... if DTEditor changed Housekeeping to...
View Articlewhat are the values of tableLoop & rowLoop in rows.every() and others?
I've seen rowLoop and similiar named variables in various APIs, but I haven't seen a clear definition of what they are. please explains.
View ArticleChange default ordering and column visibility conditionally?
var dt = new DataTable('#myTable', { "columns": [ { "data": "one" }, { "data": "two" }, ], order: [ [0,'asc'] ] }); Given the example. Is there any way to conditionally change the default order? Same...
View ArticleCSV export in Split Dropdown Button not working in Example page
Link to test case: https://datatables.net/extensions/buttons/examples/split/dataTables.html Description of problem: When clicking on the “CSV” Split Dropdown Buttonin the Chrome or Edge browser,...
View ArticleSearch Builder improvements & React integration
Link to test case: https://datatables.net/extensions/searchbuilder/examples/initialisation/buttonOptions.html Description of problem: The current Search Builder is very powerful and can perform very...
View ArticleDatatables header column text alignment issues
Hi, I have a datatable v2 with various columns but for some reason, some columns are right aligned instead of left aligned when the page loads. In some cases, after the page is loaded, when the column...
View ArticleEditor field formatters not working for multirow editing with multiple values
Link to test case: https://live.datatables.net/poqihuxu/2/ Error messages shown: depends on situation, edited value is formatted wrong way, e.g. server data-type check can fail Description of problem:...
View ArticleEditor field message lost on second view
Link to test case: https://live.datatables.net/poqihuxu/4/ Error messages shown: N/A Description of problem: Field message (shown bellow edit input) is lost on second view of editor. Steps to reproduce...
View ArticleIs there a 2.1.7 forum yet, would like to report a bug.
Think there is a bug on line 5617 of datatables.js (this is a combined .js, so your line # may not be the same).
View ArticleHow to set the start value in DataTable after a request?
Description of problem: I have a DataTable setup, but the value of the start parameter used for pagination follows specific business rules, so it doesn't increment sequentially with each page. Instead,...
View ArticleDisable sorting in Editor options field (PHP)
Description of problem: I have source of Editor field options made as database view with elaborated sorting. Is there a way to keep db sorting in field options? PHP API docs for order() method states...
View ArticleDatatables Editor 2 - Serverside with Oracle-DB
Dear Alan, I am using the latest version of Datatables together with the Editor PHP class (serverside). Unfortunately, the simplest filtering and SearchPane functionality are not working with the...
View ArticleHow to export the entire table without dividing into pages ?
Hello Everybody. I use datatable with parameters: processing: true, serverSide: true, (method of data processing on the server). Everything works great, huge tables are processed very quickly. I use...
View ArticleSingle Editor for two different DataTables on same page
I have two DataTables on the same page that query the same MySQL database table on the backend (they are just filtered differently, such as "Employees in North America" and "Employees in Europe"). Is...
View ArticlePossible bug: DataTables 2.1.7 datatables.js - function _fnStringToCss( s ) -...
Description of problem: _fnStringToCss(s) sometimes being sent an object, throwing an s.match not a function error. Bug either in the sender or this function. Locally, I fixed by replacing...
View Articlethis.usersDataTable.row(...).scrollTo is not a function
Hi, Debugger code (debug.datatables.net): try { this.usersDataTable.row(selectedIndexes[150]).scrollTo(); } catch (error) { console.log(error); } Error messages shown: TypeError:...
View ArticleSearchPanes Not Filtering for Boolean Values
Description of problem: I think there is an issue with filtering on boolean data in SearchPanes with Ajax data. The SearchPanes work for the other columns but there's no filtering for the boolean...
View Article