Dash table - editable table disable expanding with additional data

Hi, I would like to display an editable table, where the columns don’t automatically expand (additional columns) with additional data (for eg. when copying from Excel). I know this is the expected behavior when I set editable=True. However, when I individually set the editable property for all the columns as True AND set the overall editable as False, I expect the behavior I want. However, what I am seeing is that the data in the rows disappear after finishing typing. Am I doing something wrong?

Thanks,
Vivek

rec_table

@chriddyp : I am still stuck on this without a solution. Is that the desired behavior or am I doing something wrong? I have to add that I have also created callbacks for the table. Thanks.