UNPKG

datatables.net-plugins

Version:

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

9 lines (8 loc) 234 B
/*! © SpryMedia Ltd - datatables.net/license */ declare module 'datatables.net' { interface ApiPage { /** Change ordering of the table to its data load order */ jumpToData(data: any): Api<any>; } } export {};