Sencha grid 데이터 초기화 하기

2024. 12. 27. 22:25Javascript/Sencha

const grid = Ext.ComponentQuery.query('grid')[0]; // Get the grid component
grid.getStore().removeAll(); // Clear all data