function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nagma KhanNagma Khan 

how to enable and disable the row in the data table with check box ?

hi , everyone


i have a datatable and each particular row want to check box and each cehck box click the check then particular row disable and uncheked its enable how to possible ???

Please support me


Thanks
Nagma Khan
Chetan KapaniaChetan Kapania
To include checkbox in VF page for every row along with the data, you need to create wrapper class within your apex class which are using as a controller in VF page. You can declare value for checkbox under Boolean type as true or false by default.