In the latest sandbox build, it is now possible to disable resizing of selected row header columns using the new nonresizable
property:
rowHeaderColumns: [
{text: 'Name', display: "name", nonresizable: true},
{text: 'Floor', display: "location", bubbleHtml: "Indicates the floor where the room is located."},
{text: 'Size', display: "size"}
],
It is available since build 2024.3.6172.