Hello Everyone,
I have shown booking database data on the dashboard page and created a boolean field in the database for changing the status of services completed or not, and I want to give permission to the admin to change the status from yes to no and vice-versa. For that, I use it in code ( on cell select() handler ) but how can put it in a particular column? That handler for all tables & when I write code on Table repeater not work on . onItemReady
$w . onReady ( function () {
$w ( “#table1” ). onItemReady ( ( $item , itemData , index )
How to do please help.