appsmith
appsmith copied to clipboard
[Bug]-[25]:'Editable' property in Table widget is not working when values are added as JS expression
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
In Table widget's column setting, editable property is not responding properly. Since on giving input as 'true' should show validation fields and hides when 'false'
Steps To Reproduce
- Drag & Drop a Table widget
- Go to Column Configuration
- Enable js editor of 'Editable' property
- Try adding 'true' or 'false' in editor
- Observe that there is no response in opening/closing validation fields
Public Sample App
No response
Environment
Production
Issue video log
https://www.loom.com/share/8f311aaebd544b27bd9ef7a7aebbe752
Version
Cloud/Production
Assuming the affected user are the once who try to use a JS expression in this prop, the impact is
Stats
| Stat | Values |
|---|---|
| Reach | 50 |
| Effort (months) | 1 |
@keyurparalkar can you check this out once, maybe its not really a problem on table widget and this is how eval works. This is not a priority issue however
I don't remember why this happens but you have to mark the column as editable in the table level, then setting JS will show the properties.
@sbalaji1192 can you confirm and let me know?