How to set a row to read only?

Tags: #<Tag:0x00007f0aff3ded00>

I’m trying to set a specific row to readonly using a button to trigger, i used afterselection to get the row but how do i set it to read only?

Hey @orillosajohnearlvyn

Here is an example that you can use https://jsfiddle.net/handsoncode/64awf3b1/

You need to remember to run render() method as it repaints the table.