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
/*! © Edouard Labre - datatables.net/license */ declare module 'datatables.net' { interface ApiRowMethods<T> { /** See the row in datable by display the right pagination page */ show(): Api<T>; } } export {};