Apologies if this is the wrong list or place to ask...

What is the best way to update a column name for a Table in javascript?

const col = table.getColumnAt(i);
col.name = 'new name!'

Currently: Cannot assign to 'name' because it is a read-only property

Thanks!

ryan

Reply via email to