fix: suppress stale grid empty overlay (V13-FE-011)
This commit is contained in:
@@ -55,6 +55,7 @@ function onRowClicked(event: RowClickedEvent): void {
|
||||
:column-defs="columnDefs"
|
||||
:row-selection="rowSelectionOptions"
|
||||
:loading="loading"
|
||||
:suppress-no-rows-overlay="rows.length > 0"
|
||||
@row-clicked="onRowClicked"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user