-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature/problem:
The only way to refresh grid data is a whole page reload, which is uncomfortable in case of multiple grids on the same page.
Possible solution:
Grid reload button should allow to reload table data without reloading the whole page. It should look likeui/images/icons/reload.svg button next to info icon inside of <header class="card-header"> tag with BaseGrid.reload_data() Ajax call. Implement within event listener in JS BaseGrid class.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request