Our blazing fast Grid component built with pure JavaScript


Post by neetu@ciirus.com »

Hi
I am using tbar in my grid

 
           tbar: [
                {
                    type: 'button',
                    ref: 'saveButton',
                      onAction: async () => {
                      saveinDB(modifiedRecords);
                      }
                 }
    

So please send me demo url for this or tell how can I get all modifiedRecords in grid


Post by alex.l »

All the best,
Alex


Post Reply