How to Render Checkboxes in Specific Rows of AgGrid Table in Dash?

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!

Hello @anto84,

Welcome to the community!

You should be able to achieve this in the renderer itself, just add the logic to test for and return null if it doesnt pass.

1 Like