syncfusion/ej2-angular-ui-components

Resizing event on table

cesvelasquez22 opened this issue · 2 comments

Do you have any support such as an event that triggers when resize a whole table?

I mean with the behavior here:
image

Something like events on resizing images:
image

Hi,


Yes, we have events which will trigger while resizing the table, please check the events below,

Event Action
resizeStart Trigger while starting the resize in table
resizing Triggers while resizing the table
resizeStop Triggers when we stop resizing the table




Regards,
Vinitha


Thanks