Can i make a toggle column without update table?
I need to make a toggle column that not update database because i want a button to save it. Can i make toggle column that not update table field?
11 Replies
I didn't think Toggle updates a form until you save? columntoggles do
it's on Table Builder
Ahh, then not that I know of, what table builder has a submit button? Are you trying to do a table column editing for bulk updating or something?
No, what I want is a selector and based on that selector execute an action
I am not sure I follow, the toggle is a user selection but you then want them to click again to save?
Yes, because i want to check all clicked before its saved
Maybe use bulk actions for this?
I think about it, but with toggle its most beautiful xD
You cant use toggle out of the box for this. Probably needs a lot of work to make it work
I try using bulk and change css, thanks
That would need a hell of a lot of work because your not just getting the ids of the rows you then getting a column state for all the ids of the rows too