making a row and underlying data readonly
making a row and underlying data readonly
I have a few columns with text fields and drop-downs in cells that are used for updates and displaying data. I'm looking for ways to make the row read-only when its been updated or in other scenarios. Anyone know of good techniques to do that using functionality or settings currently supported by datatables? Please share. Thanks.
This discussion has been closed.
Replies
A technique i'm using right now is to disable to child components of the cell/row. But the underlying data can still be changed from the program. Any suggestions, thoughts on how the data can also be protected?