Javascript/Sencha
Sencha grid 데이터 초기화 하기
바리새인
2024. 12. 27. 22:25
const grid = Ext.ComponentQuery.query('grid')[0]; // Get the grid component
grid.getStore().removeAll(); // Clear all data