Interface: GridOptions
features/grids/grid.GridOptions
Properties
cols
• cols: Computable
<number
>
Defined in
profectus/src/features/grids/grid.ts:195
getCanClick
• Optional
getCanClick: CellComputable
<boolean
>
Defined in
profectus/src/features/grids/grid.ts:197
getClasses
• Optional
getClasses: CellComputable
<Record
<string
, boolean
>>
Defined in
profectus/src/features/grids/grid.ts:200
getDisplay
• getDisplay: CellComputable
<CoercableComponent
>
Defined in
profectus/src/features/grids/grid.ts:202
getStartState
• getStartState: Computable
<State
> | (id
: string
| number
) => State
Defined in
profectus/src/features/grids/grid.ts:198
getStyle
• Optional
getStyle: CellComputable
<StyleValue
>
Defined in
profectus/src/features/grids/grid.ts:199
getTitle
• Optional
getTitle: CellComputable
<CoercableComponent
>
Defined in
profectus/src/features/grids/grid.ts:201
getVisibility
• Optional
getVisibility: CellComputable
<Visibility
>
Defined in
profectus/src/features/grids/grid.ts:196
rows
• rows: Computable
<number
>
Defined in
profectus/src/features/grids/grid.ts:194
visibility
• Optional
visibility: Computable
<Visibility
>
Defined in
profectus/src/features/grids/grid.ts:193
Methods
onClick
▸ Optional
onClick(id
, state
): void
Parameters
Name | Type |
---|---|
id | string | number |
state | State |
Returns
void
Defined in
profectus/src/features/grids/grid.ts:203
onHold
▸ Optional
onHold(id
, state
): void
Parameters
Name | Type |
---|---|
id | string | number |
state | State |
Returns
void