appsmith
appsmith copied to clipboard
[Bug]: currentRow is undefined Inside the Options Property of a Select Column of a Table Widget
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
The user has an editable Select column inside a Table widget. If trying to use currentRow
inside the Options property of the Select column, the error currentRow is undefined
displays, hence it is not possible to conditionally set the Options of the Select column based on other values from the current row of the table.
Steps To Reproduce
- Add a Table widget and populate it with data.
- Make one of the columns editable and set its type to Select.
- Try to use
currentRow
inside the Options field of the Select column settings.
Public Sample App
No response
Issue video log
No response
Version
Appsmith v1.8.7-SNAPSHOT
Tested this Issue and working as expected
- Tested currentRow functionality inside the options property of select column
@chandannkumar it doesn't seem to be working for me. Which DP did you test it in?
@Nikhil-Nandagopal I tested the fix on this DP: https://appsmith-git-feat-currentrow-access-select-options-get-appsmith.vercel.app/ The current vercel DP link seems broken now @sbalaji1192
@chandannkumar triggered another vercel dp - https://appsmith-grse0j68l-get-appsmith.vercel.app/applications
@chandannkumar Could you perform a regression on this issue? I have made some changes to fix a failing cypress test case.
Re-Tested this issue and LGTM