UNPKG

datatables.net-plugins

Version:

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

9 lines (8 loc) 251 B
/*! © SpryMedia Ltd - datatables.net/license */ declare module 'datatables.net' { interface ApiRowsMethods<T> { /** Create tr elements for rows which have not yet had their nodes created. */ generate(): Api<T>; } } export {};