fix(containers/datatable): disable autoreset expanded and selected rows [EE-2347] (#6563)
This commit is contained in:
@@ -100,6 +100,10 @@ export function ContainersDatatable({
|
||||
isRowSelectable(row: Row<DockerContainer>) {
|
||||
return !row.original.IsPortainer;
|
||||
},
|
||||
autoResetSelectedRows: false,
|
||||
getRowId(originalRow: DockerContainer) {
|
||||
return originalRow.Id;
|
||||
},
|
||||
selectCheckboxComponent: Checkbox,
|
||||
},
|
||||
useFilters,
|
||||
|
||||
Reference in New Issue
Block a user