datatables.net-plugins
Version:
Various small plug-ins for DataTables including feature, ordering, search and internationalisation plug-ins.
9 lines (8 loc) • 327 B
TypeScript
/*! © Drijkoningen Dirk - datatables.net/license */
declare module 'datatables.net' {
interface DataTablesStaticRender {
/** Display percentage value as a bar */
percentBar(pShape: string, cText: string, cBorder: string, cBar: string, cBack: string, vRound: number, bType: string): any;
}
}
export {};