appsmith
appsmith copied to clipboard
[Bug]: New Row Select Options Are Not Supporting Dynamic Data If TableData is Empty
Is there an existing issue for this?
- [X] I have searched the existing issues
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.
Steps To Reproduce
- 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.
Public Sample App
No response
Environment
Production
Issue video log
https://www.loom.com/share/f4b09c520cfb4d15b362775382121e06
Version
Appsmith v1.9.19-SNAPSHOT
@momcilo-appsmith @keyurparalkar do you know if this is expected? What should be the case here?
Another user is facing this issue.
Facing the same issue. https://www.loom.com/share/d77d27d69e13461b99fe13e06efe6f69?sid=7c13f8a8-0201-4eb3-a231-a1f43d2b1b27
bump, facing this issue too