Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Data Grid › Grid Re-render › Reply To: Grid Re-render
September 15, 2023 at 9:29 am
#108686
Participant
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/