Build docs

This commit is contained in:
Andreas 2022-06-16 17:10:38 +02:00
commit a587a75ea4
3 changed files with 28 additions and 9 deletions

View file

@ -27,6 +27,12 @@ export interface ToolbarSearchProps
*/
disabled?: boolean;
/**
* Specify the `placeholder` attribute of the search input
* @default "Search..."
*/
placeholder?: string;
/**
* Set to `true` to filter table rows using the search value.
*