syncfusion / ej2-angular-ui-components

Syncfusion Angular UI components library offer more than 50+ cross-browser, responsive, and lightweight angular UI controls for building modern web applications.
https://www.syncfusion.com/angular-ui-components
Other
275 stars 115 forks source link

Resizing event on table #245

Closed cesvelasquez22 closed 2 years ago

cesvelasquez22 commented 2 years ago

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

VinithaJeyakumar commented 2 years ago
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


cesvelasquez22 commented 2 years ago

Thanks