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:
Kasper Fabricius Kristensen
2024-08-13 09:47:54 +03:00
committed by GitHub
parent b78e286224
commit b2250ed7b1
12 changed files with 606 additions and 403 deletions

View File

@@ -13,7 +13,7 @@ export const DataGridBooleanCell = <TData, TValue = any>({
const { control, renderProps } = useDataGridCell({
field,
context,
type: "select",
type: "boolean",
})
const { container, input } = renderProps