I’m working on a Dash app where I’m using the AgGrid
component to display a table. I need to render checkboxes in only specific rows of one of the columns (not all cells in that column). However, I’m encountering issues when trying to render the checkboxes conditionally for specific rows.
How can I achieve this? I’m looking for a way to render checkboxes only in specific rows based on certain conditions, and not for every row in that column.
Thanks!