#108686

Hi,

What are you trying to achieve and face problems with the re-rendering?
To freeze and unfreeze a column, you can use the setColumnProperty.

Example:
const grid = document.querySelector(‘smart-grid’);
grid.setColumnProperty(“firstName”,”freeze”,true);

Best Regards,
Svetoslav Borislavov

Smart UI Team
https://www.htmlelements.com/