ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
components/ui/data-grid-v2
DataGridV2ContextProps
Interface DataGridV2ContextProps<TData>
interface
DataGridV2ContextProps
<
TData
extends
object
>
{
props
:
DataGridV2Props
<
TData
>
;
table
:
Table
<
TData
>
;
recordCount
:
number
;
isLoading
:
boolean
;
resetAll
:
()
=>
void
;
}
Type Parameters
TData
extends
object
Index
Properties
props
table
record
Count
is
Loading
reset
All
Properties
props
props
:
DataGridV2Props
<
TData
>
table
table
:
Table
<
TData
>
record
Count
recordCount
:
number
is
Loading
isLoading
:
boolean
reset
All
resetAll
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
props
table
record
Count
is
Loading
reset
All
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...