We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
attr
1 parent 2e9c116 commit ae960b9Copy full SHA for ae960b9
datatables.json
@@ -15,5 +15,5 @@
15
],
16
"src-repo": "http://github.com/DataTables/Buttons",
17
"last-tag": "2.3.4",
18
- "last-sync": "30575e1db8a1d327908215f9952ce8ab35e3101a"
+ "last-sync": "48399b8f822f40cde08e0b56a0a84b70e8c6a678"
19
}
types/types.d.ts
@@ -385,6 +385,13 @@ declare module 'datatables.net' {
385
*/
386
action?: FunctionButtonAction;
387
388
+ /**
389
+ * Button HTML attributes
390
+ */
391
+ attr?: {
392
+ [key: string]: string | number
393
+ };
394
+
395
/**
396
* Ensure that any requirements have been satisfied before initialising a button
397
0 commit comments