Skip to content

@jsvision/datagrid / PersonalizeResult

Interface: PersonalizeResult

Defined in: datagrid/src/personalize.ts:26

The outcome of personalizeGrid: ok is true only when the user committed with OK.

Properties

ok

readonly ok: boolean

Defined in: datagrid/src/personalize.ts:28

true when OK committed the pending layout; false on Cancel/Esc (the grid is untouched).