How to disable(prevent from selecting) a row, depending on value of a column in the table???
How to disable(prevent from selecting) a row, depending on value of a column in the table???
Shashidhar.nk
Posts: 21Questions: 5Answers: 0
Hi,
I ve a DataTable, one of the columns in the table is 'status'(binary) column. Depending on the this column value, i need to disable the row. How do i do that?? Help me
thanks & regards,
-SHASHIDHAR
This discussion has been closed.
Answers
To remove a row based on its content, you need to use a search.
Allan
I need not remove the row, but instead i need to disable from selecting or clicking as same as disabled button.
You can use the
user-select
event to disable user selection for certain rows.Allan