feat(dashboard): BulkEditor Boolean cell behaviour (#8418)
* progress * progress * add special Space behaviour for boolean cells * prevent shift clicking setting rangeEnd outside of anchor column
This commit is contained in:
committed by
GitHub
parent
b78e286224
commit
b2250ed7b1
@@ -13,7 +13,7 @@ export const DataGridBooleanCell = <TData, TValue = any>({
|
||||
const { control, renderProps } = useDataGridCell({
|
||||
field,
|
||||
context,
|
||||
type: "select",
|
||||
type: "boolean",
|
||||
})
|
||||
|
||||
const { container, input } = renderProps
|
||||
|
||||
Reference in New Issue
Block a user