SelectColumn: disable auto update and using selected value in bulk action
I want to use selected value from 'SelectColumn' field and to be used in bulk action without updating the field. Is it possible?
I have this scenario in many pages. It will be helpful if some one guide me . Thanks in advance.
6 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Hi, sorry for the delayed response.
Actually I want to place a select tag at the end of each row. So, we can do some process based on the selected value in foreach loop of bulk action. Please note this select tag is not relevant to the current resource model.
Here the table from 'students' table. But, the 'T-Shirt' field is not in the student table. I will update this t-shirt value in different table called 'competition_student' table in bulk action.
Hello all, can anyone give your thought here?
Do you want that extra step? Otherwise you could use
updateStateUsing()
on the selectColumn to update the other table.I will try this. But, I want to use the selected values in bulk action. Isn't it possible?