-
-
Notifications
You must be signed in to change notification settings - Fork 202
Refactor Grid Footer Toolbar for Store Integration #9117
Copy link
Copy link
Closed
Labels
Description
Refactor Neo.grid.footer.Toolbar to handle store integration natively.
Changes:
- Promote Store Logic: Move
store_config andbeforeSetStorelistener management fromDevIndex.view.home.StatusToolbartoNeo.grid.footer.Toolbar. - Standardize Listeners: The base class should automatically bind
onStoreFilter,onStoreLoad, andonStoreProgressif they are defined on the instance. - Refactor StatusToolbar: Update
StatusToolbarto rely on the inherited store management.
Benefit: This makes Neo.grid.footer.Toolbar a robust base class for any grid footer requiring store awareness (e.g., PagingToolbar, StatusBars), reducing boilerplate in subclasses.
Reactions are currently unavailable