Buttons icon indicating copy to clipboard operation
Buttons copied to clipboard

Buttons is an extension for DataTables that adds control buttons to the table.

Results 32 Buttons issues
Sort by recently updated
recently updated
newest added

**Feature Request** Per Microsoft's documentation, newer versions of Excel have a 218 character file name length limit including the file path. > 218 characters - This includes the file path....

Implementation very similar to colVis but for the searchable property. Let me know what you think. Thanks

This pull request handle table with complex header that have `rowspan` and `colspan`. I'm using table API to get the table header, then create new element on the fly, set...

Hi. I use both the colVis and colReorder plugins and I noticed that if a column has been moved then all prefix/postfix buttons that I have defined along with the...

All the accounting people want the $ dollar sign left aligned for the excel export. Please consider changing the default. Below if the diff we tested to make this change....

Fix the export date type issue, These changes will result the column with the format yyyy-MM-dd to be a date type in the excel.

I have a site that's running in a closed network. When I download the excel file within that network it generates the excel file with no problem but when an...

These updates include a function that reads multi-row headers/footers into an array of arrays, where each array row is a header/footer row. Further it updates csv, copy, pdf, excel and...

https://github.com/DataTables/Buttons/blob/445197cdb0bcbef2d1eff83844e6624d4a5151d6/js/buttons.print.js#L139-L140 I am using the latest version of Firefox and is by default blocking popups (https://developer.mozilla.org/en-US/docs/Web/API/Window/open#return_value) and a console error is thrown consequently (`Uncaught TypeError: win is null`). Perhaps a...

When printing a table with colspan in footer the cell is repeated with no colspan. Example: ``` html a b ``` results in | a | a | a |...