SearchEvent
Represents the event triggered when a search operation completes in the Data Grid. Provides details about the completed search, including the applied search string. Used to handle post-search logic or UI updates.
Props
The following table outlines the props for the SearchEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| value | string | - | Specifies the string value used in the completed search operation. Reflects the search input that was applied to filter the grid’s records. Useful for logging or updating UI after a search. |