Hi everyone,
This might be something easy but I’ve already spent a lot of hours with it and I’m unable to solve it - so apologies in advance if it is stupid
I’m using a data grid to edit data from a table, and everything is working fine except for a checkbox.
I have added an item with the type “Checkbox” and it’s linked with a field in my database of boolean type (what here appears as “Active status”, it’s boolean)
However in my grid there’s always a tick button, no matter the value coming from my db.
Moreover, there is no “box” as such, and when I click on “Edit”, it doesn’t allow me to check or uncheck anything. It’s like if there was only an icon, and not an actual checkbox.
I’m using this same post to ask something else about inline editing. In this tutorial (https://www.youtube.com/watch?v=E0yUb06PDYo), when you click on the row to update the data, weweb automatically styles the row differently, making it look like something editable. Right now in my app nothing happens - the style remains the same, but you can modify the text. I’d really appreciate it if someone can let me know how I can make that happen - if it’s native or if I’d need to play around with variables to change the styling.
Thank you very much in advance!