When the table for which a Select column is populated dynamically contains no data, and a user tries to add a new row, the select options are not displayed. However, this works fine if the Table already contains at least one row.
Add a Table widget to the canvas and bind it to a query.
Allow adding a new row, make the columns editable, and set one of the columns to be of type select.
Bind the options of the select column to another query.
Ensure that the query that populates the table does not return any data and try to add a new row. Note that no select options are shown for the column.
Is there an existing issue for this?
Description
When the table for which a Select column is populated dynamically contains no data, and a user tries to add a new row, the select options are not displayed. However, this works fine if the Table already contains at least one row.
Front thread
Steps To Reproduce
Public Sample App
No response
Environment
Production
Issue video log
https://www.loom.com/share/f4b09c520cfb4d15b362775382121e06
Version
Appsmith v1.9.19-SNAPSHOT
Front conversations