We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601bf44 commit a812a57Copy full SHA for a812a57
datatables.json
@@ -11,5 +11,5 @@
11
],
12
"src-repo": "http://github.com/DataTables/Responsive",
13
"last-tag": "2.4.0",
14
- "last-sync": "9b36ae8eb924baa2ef7aa515684764a7edbfc12"
+ "last-sync": "fd62f98cf2cdab55be657ef66b5b32e672dc40a2"
15
}
types/types.d.ts
@@ -26,7 +26,7 @@ declare module 'datatables.net' {
26
/**
27
* Set column's visibility priority
28
*/
29
- responsivePriority: number;
+ responsivePriority?: number;
30
31
32
interface Api<T> {
0 commit comments