How to add dynamic actions and custom UI elements in Neutrinos Alpha Table component?

I’m working with the Table component in Neutrinos Alpha Studio and have successfully fetched and displayed data.

Now I need help with the following:

Dynamic Actions – How can I add a button in each row that performs an operation (e.g., opening a link) based on a dynamic value from that row’s data?

Custom UI Elements – How can I add components like toggle buttons, input boxes, Checkbox and dropdowns inside the table rows and bind them to the row’s data?

4 Likes

Hello @venkatesh ,
You can refer this
Adding Toggle Buttons, Input Boxes, and Dropdowns in Alpha Table Component - Community - Neutrinos

3 Likes

Hai @Sam ,
Please confirm if displaying non-editable checkboxes instead of true/false is acceptable if the UX requirement cannot be met.

3 Likes

Hey @venkatesh , You can control the disabled attribute based the row data or condition.

1 Like