bs-datatable
Version:
A data table based on Bootstrap 5
9 lines (8 loc) • 327 B
TypeScript
import { BSDataTableInput } from "./BSDataTableInput";
import { BSInputOptions } from "../commonTypes/common-types";
export declare class BSDataTableTextInput extends BSDataTableInput {
constructor(options: BSInputOptions);
render(): void;
set placeHolder(val: string);
clone(): BSDataTableTextInput;
}