Issue with Grouped Table – New Row Not Automatically Grouped

Dear Coda Support,

I am experiencing an issue with grouped tables in Coda. When I add a new row within a group, it is initially placed at random place in the table instead of directly under the last row in that group (see attachment). Only after I click away from the table does the row move to its correct position within the group.

Ideally, I would like new rows to be automatically placed directly under the last row of the group they belong to, without needing an extra interaction. Is there a setting or workaround that ensures this behavior?

Hi Andre,

I think your question belongs to ‘Ask the community’ instead of ‘Developers Central’?

A workaround for that would be to add another action to your button that would remove the focus away from the recently created row, allowing it to be placed correctly

[Your Table].First().ObjectLink().OpenWindow()

Hope this helps,

Pablo

Hee Pablo,

Thanks for you respons. I have changed the question to “suggestion box - bugs”.

Your suggestions doesn’t really fix the problem, because with first you go to the the top of the table. I have change “first” to “last”.

[Your Table].Last().ObjectLink().OpenWindow()

Thanks for the formula, this helps for now. But Ideally, I would like new rows to be automatically placed directly under the last row of the group they belong to, without needing an extra interaction.

Would you mind sharing the button formula and any filters you might have applied in the table?