UNPKG

bootstrap-table

Version:

An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).

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