mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(containers/datatable): disable autoreset expanded and selected rows [EE-2347] (#6563)
This commit is contained in:
parent
9aeedf1bfa
commit
d962c300f9
2 changed files with 7 additions and 0 deletions
|
@ -107,6 +107,9 @@ export function EdgeDevicesDatatable({
|
|||
},
|
||||
autoResetExpanded: false,
|
||||
autoResetSelectedRows: false,
|
||||
getRowId(originalRow: Environment) {
|
||||
return originalRow.Id.toString();
|
||||
},
|
||||
selectColumnWidth: 5,
|
||||
},
|
||||
useFilters,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue