Fix split table state for storage containers [SCI-11138]

This commit is contained in:
Anton 2024-10-03 12:03:26 +02:00
parent 3a792ea737
commit cf22bc946a
2 changed files with 5 additions and 2 deletions

View file

@ -11,7 +11,7 @@
</div>
<div class="h-full bg-white px-4">
<DataTable :columnDefs="columnDefs"
tableId="StorageLocationsContainer"
:tableId="tableId"
:dataUrl="dataSource"
ref="table"
:reloadingTable="reloadingTable"
@ -123,7 +123,9 @@ export default {
paginationMode() {
return this.withGrid ? 'none' : 'pages';
},
tableId() {
return this.withGrid ? 'StorageLocationsContainerGrid' : 'StorageLocationsContainer';
},
columnDefs() {
let columns = [];

View file

@ -696,6 +696,7 @@ class Extends
Repositories_archived_state
StorageLocationsTable_active_state
StorageLocationsContainer_active_state
StorageLocationsContainerGrid_active_state
task_step_states
results_order
repository_export_file_type