Add treeSelect column to ObjectChildTable with default width
- Updated ObjectChildTable to include a new 'treeSelect' column with a default width of 200, enhancing the table's data representation capabilities.
This commit is contained in:
parent
4b03caff5c
commit
6cc6bf9a79
@ -17,7 +17,8 @@ const DEFAULT_COLUMN_WIDTHS = {
|
|||||||
state: 200,
|
state: 200,
|
||||||
id: 180,
|
id: 180,
|
||||||
bool: 120,
|
bool: 120,
|
||||||
tags: 200
|
tags: 200,
|
||||||
|
treeSelect: 200
|
||||||
}
|
}
|
||||||
|
|
||||||
const getDefaultWidth = (type) => {
|
const getDefaultWidth = (type) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user