UNPKG

datatables.net-plugins

Version:

Various small plug-ins for DataTables including feature, ordering, search and internationalisation plug-ins.

13 lines (12 loc) 353 B
/*! © SpryMedia Ltd - datatables.net/license */ declare module 'datatables.net' { interface ApiColumnMethods { /** Get searchable flag for selected column */ searchable(): boolean; } interface ApiColumnsMethods { /** Get searchable flag for selected columns */ searchable(): Api<boolean>; } } export {};