Can we make certain row uneditable of a editable column in a table?


Is it possible to make third row uneditable, as third row is the sum of the first and second row? Columns mango and apple are editable.

Have you looked at using the summary row option in the table?

2 Likes

There are plenty of reasons to have a subset of cells in a column editable - I have a use case at the moment. Showing a summary row doesn't solve the core problem here. Normally Retool does this by allowing an expression to evaluate the editable property of a cell - is that somehow possible with editable rows?

1 Like

Hey @jconroy! Agree that the summary row solves for this specific use case but doesn't address the core problem. We do have an internal ticket for allowing the editability of the cell / row / column to be programmatically assigned. Though it's not on the current roadmap, I've attached this topic to that internal ticket and can update you here as there is any additional information to share.

Hi, any update on this?

Hey @fmaltafleury-techinsights no updates here yet. This is still in our backlog but not currently prioritized. We will provide updated here when that changes. Thanks!

2 Likes

Thank you for your answer. I got to do a workaround, adding a column as editable using fx to have a condition on currentSourceRow to check if it is the row I need.

This is not ideal, as it doesn't work with dynamic columns, and now I am editing one by one, of more than 100 columns. But got it to work.