When the column resize function was implemented, some mouse listeners were registered to detect the click and drag events for the column separator.
Unfortunately, what nobody noticed, that mouse listeners are causing high frequent change detection runs when you just move your mouse over the area of the table.
This has high performance impact and is most likely one of the reasons why notebooks start their rocket engines when opening a page containing a smart table.
When the column resize function was implemented, some mouse listeners were registered to detect the click and drag events for the column separator.
Unfortunately, what nobody noticed, that mouse listeners are causing high frequent change detection runs when you just move your mouse over the area of the table.
This has high performance impact and is most likely one of the reasons why notebooks start their rocket engines when opening a page containing a smart table.