Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm working on a project that involves a table containing information about various units. The table includes columns such as unit_id, status, date_produced, and so on. I've recently added a new boolean column called "falseReject," which is initially set to False for all units.
What I'm trying to achieve: I need to create a button that allows users to toggle the "falseReject" status for selected units in the table. Here's how it should work:
The purpose of this feature is to allow users to mark certain units as false rejects, so they won't be included in statistical calculations.
For example: Let's say a user discovers that unit number 234 is a false reject. They should be able to select that unit in the table, click the toggle button, and have its "falseReject" status changed to True.
Can anyone provide guidance on how to implement this toggle functionality?
For cloud,
For Enterprise, you will likely need extensions to enable Writeback.