1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Merge branch 'master' of github.com:Budibase/budibase into apex-charts

This commit is contained in:
Andrew Kingston 2020-11-02 13:16:08 +00:00
commit 0e89f6ee11
2 changed files with 5 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

View file

@ -47,14 +47,16 @@
if (allowEditing) {
result = [
{
pinned: "left",
checkboxSelection: true,
lockPosition: true,
headerName: "Edit",
pinned: "left",
sortable: false,
resizable: false,
suppressMovable: true,
suppressMenu: true,
minWidth: 84,
width: 84,
minWidth: 114,
width: 114,
cellRenderer: editRowRenderer,
},
]
@ -63,7 +65,6 @@
Object.keys(schema || {}).forEach((key, idx) => {
result.push({
headerCheckboxSelection: false,
checkboxSelection: idx === 0 && allowEditing,
headerComponent: TableHeader,
headerComponentParams: {
field: schema[key],