UNPKG

bootstrap-table

Version:

An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)

7 lines (4 loc) 140 B
interface JQuery { bootstrapTable(options: object): JQuery; bootstrapTable(method: string, ...parameters: any[]): JQuery | any; }