You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plugins/dataRender/percentageBars.d.ts

9 lines
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 {};