Hi,
The Bootstrap theme has a "Multiple delete functionality with checkboxes" . Is it possible to replace this with a function that updates a column with the same value (dropdown option displaying 2 values - Open or Closed) on all the rows displayed on the table?
So if the table has a column with status and there are 20 rows with some having status as open and some as closed, I would like to be able to select all the rows and select either Open or Closed and update all the rows with the same status I selected.
Is this possible on Bootstrap theme? Is it possible on the datatables or flexigrid theme also?
Thanks