Search
-
Buttons colvis `columns` option not working with multi-row header
by lisarush ·Link to test case: -
emptyTable not working
by sebastian_acosta ·Link to test case: https://live.datatables.net/nenaqiwo/1/ -
How to add row functionality in DataTable components in Vue.js?
by Aremju ·I have this template that looks similar like this: -
Header misalign using Tailwind CSS (Tech. preview) with scrollX: true
by choc ·Hi Allan, -
PDF Export color change and formatting differences that truncate data
by allan ·I certainly changed the styles a little for the export as you'll see for the header. But I'm struggling to see where I would have caused the table to take more width. -
how to properly destroy and reinitialize a datatable?
by allan ·Have you tried the datatables.net-react component? It has support for reactive data and should just update automatically when you delete data from a state. Example of that here. -
how to properly destroy and reinitialize a datatable?
by waqaranwar2021 ·Description of problem: -
CSV/Formula Injection vulnerability in Buttons extension
by dcook ·It looks like if a cell contains a field boundary it will be escaped in the _exportData function (https://github.com/DataTables/Buttons/blob/master/js/buttons.html5.js#L274), so that could be a good … -
CSV/Formula Injection vulnerability in Buttons extension
by dcook ·If a DataTable cell has an Excel formula (e.g. =SUM(1+1) or =cmd|' /C notepad'!'A1'), the exported CSV (but not the exported XLSX) will execute the formula when opened in Microsoft Excel. (For macros… -
FixedColumns and RowGroup aproach sollution
by rodriformiga ·PS: complementary. -
Problem with download files
by allan ·Thank you for the example. -
FixedColumns and RowGroup aproach sollution
by rodriformiga ·Hey, @allan -
Select Control still has a name
by REJIS ·I had a thread way back in 2018 for the items per page dropdown that it had a name causing it to be considered as form input. https://datatables.net/forums/discussion/49969/form-inputs-used-in-data-… -
pagination and search not loading
by kthorngren ·Looks like you have two files uploaded with the same name. The first one states that the file is not found. It will be difficult to help debug just by looking at source code. A test case showing t… -
Export types and some corrections
by sebastianbarth ·Hi Allan -
Can I mask the ordering « sign » in the columns header without changing the CSS ?
by MelodyNelson ·Link to test case: https://live.datatables.net/mepisike/4/edit?html,css,js,output -
FixedColumn problem with pagination (serverSide:true)
by choc ·In @kthorngren 's test case, I also observe header misalignment issue. It would be appreciate that can have a look too. -
Problem with download files
by kthorngren ·datatables.min.js is not minified -
Is it possible to add data in chunks?
by hhellinga ·Dear Datatables community, -
Can't get DataTable to load
by kthorngren ·There are a couple other issues in addition to what @choc mentioned. You are loading jquery.js and datatables.js twice. These should only be loaded once. They are included in the concatenated CDN.…