feat(base): header select-all with tri-state checkbox

This commit is contained in:
Philipinho
2026-04-18 16:42:06 +01:00
parent 3fca962c9f
commit 4c4bbe9b15
5 changed files with 87 additions and 3 deletions
@@ -210,6 +210,7 @@ export function GridContainer({
table={table}
baseId={baseId}
columnOrder={table.getState().columnOrder}
loadedRowIds={rowIds}
onPropertyCreated={handlePropertyCreated}
/>
</SortableContext>