UNPKG

datatables.net-plugins

Version:

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

11 lines (10 loc) 323 B
/*! © Fedonyuk Anton - datatables.net/license */ declare module 'datatables.net' { interface DataTablesStaticRender { /** Renders the column data as HTML anchor (`a` tag) */ anchor(type: string, attribute: { [key: string]: any; }, innerText: string | null): any; } } export {};