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/hyperLink.d.ts

9 lines
323 B
TypeScript

/*! © Lokesh Babu - datatables.net/license */
declare module 'datatables.net' {
interface DataTablesStaticRender {
/** Displays url data in hyperLink with custom plcaeholder */
hyperLink(anchorText: 'newTab' | 'popup' | string, location: string, width: number, height: number): any;
}
}
export {};