diff --git a/datatables.json b/datatables.json index fcd7ebf..77285a3 100644 --- a/datatables.json +++ b/datatables.json @@ -15,5 +15,5 @@ ], "src-repo": "http://github.com/DataTables/Select", "last-tag": "1.6.0", - "last-sync": "1ee0bcdb388e1e4520f8c5c971951a4163805a5e" + "last-sync": "75eecfd4a6dab78f5cc33980639f48a03f0b321a" } \ No newline at end of file diff --git a/types/types.d.ts b/types/types.d.ts index f5cb7a1..70dfca5 100644 --- a/types/types.d.ts +++ b/types/types.d.ts @@ -25,6 +25,13 @@ declare module 'datatables.net' { select: ApiSelect> } + interface ApiSelectorModifier { + /** + * Pick rows / columns / cells which are selected + */ + selected?: boolean | undefined; + } + interface ApiRowMethods { /** * Select a row