ej2-angular-ui-components
ej2-angular-ui-components copied to clipboard
Resizing event on table
Do you have any support such as an event that triggers when resize a whole table?
I mean with the behavior here:

Something like events on resizing images:

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