Optional
useA field in the data that uniquely identifies the row. This is used to uniquely identify the row.
Optional
useA function that returns a unique identifier for the row. Cannot be used in hierarchical grids. Suitalble for smaller datagrids. For larger datagrids, use the useField option instead.
Optional
useUse the index of the row as the unique identifier. Cannot be used in hierarchical grids. Cannot be used with filters. Please use the useField option instead.
Generated using TypeDoc
UniqueIdentifierOptions is used to specify how to uniquely identify a row. For hierarchical grids, this is needs to be globally unique.