I have reviewed the forum posts etc. regarding how to style a single cell within a datatable and was able to do so. However, is there a way to disable a single cell?
I want to keep the datatable enabled but temporarily prevent selection of a cell.
I have reviewed the forum posts etc. regarding how to style a single cell within a datatable and was able to do so. However, is there a way to disable a single cell?
I want to keep the datatable enabled but temporarily prevent selection of a cell.
You can use onBeforeSelect
event and check the cell’s id:
Thanks. I swear, sometimes I can figure out the most difficult things, and then drop the ball on something easy!