Refactor: Block only last column size
This commit is contained in:
parent
b96eb4715d
commit
8cae3c75f2
2 changed files with 0 additions and 3 deletions
|
|
@ -83,7 +83,6 @@ export default function GlobalVariablesPage() {
|
|||
headerName: "Variable Name",
|
||||
field: "name",
|
||||
flex: 2,
|
||||
resizable: false,
|
||||
}, //This column will be twice as wide as the others
|
||||
{
|
||||
field: "type",
|
||||
|
|
@ -94,7 +93,6 @@ export default function GlobalVariablesPage() {
|
|||
},
|
||||
flex: 1,
|
||||
editable: false,
|
||||
resizable: false,
|
||||
},
|
||||
// {
|
||||
// field: "value",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ export default function ShortcutsPage() {
|
|||
field: "name",
|
||||
flex: 1,
|
||||
editable: false,
|
||||
resizable: false,
|
||||
}, //This column will be twice as wide as the others
|
||||
{
|
||||
field: "shortcut",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue