bs-datatable
Version:
A data table based on Bootstrap 5
9 lines (8 loc) • 356 B
TypeScript
import { BSDataTableBase } from "./BSDataTableBase";
import { BSDataTableSelector } from "./BSDataTableSelector";
export declare class BSDataTableSelectorWindowCollection extends BSDataTableBase {
items: BSDataTableSelector[];
constructor();
add(item: BSDataTableSelector): void;
findItem(modelName: string): BSDataTableSelector;
}