mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 07:43:28 +03:00
parent
70887ea30c
commit
b189ceae47
@ -551,6 +551,7 @@ watchEffect(() => {
|
||||
|
||||
// If data is truncated, we cannot rely on sorting/filtering so will disable.
|
||||
options.defaultColDef.filter = !isTruncated.value
|
||||
options.defaultColDef.sortable = !isTruncated.value
|
||||
options.api.setColumnDefs(mergedColumnDefs)
|
||||
options.api.setRowData(rowData)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user