Is there any way to auto tick checkbox when using multiselect? Auto tick is based on the data from database.
1 Answers
Please refer this demo. It checks all rows gender value and if It’s ‘male’, It selects that row.
https://gist.github.com/gridphp/2f88d54c96df3c9644b15695f9472b7b
Line 28-37
Screen:
Your Answer