-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Add Display as property to the select column in Table Widget #26855
Conversation
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/6045797498. |
Deploy-Preview-URL: https://ce-26855.dp.appsmith.com |
/build-deploy-preview skip-tests=true |
1 similar comment
/build-deploy-preview skip-tests=true |
/build-deploy-preview |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/6047760460. |
Deploy-Preview-URL: https://ce-26855.dp.appsmith.com |
/ok-to-test |
/build-deploy-preview |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/6081809633. |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/6081809756. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/6081809633.
|
/ok-to-test |
/build-deploy-preview |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/6107709491. |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/6107710860. |
Deploy-Preview-URL: https://ce-26855.dp.appsmith.com |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/6107709491.
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/6107709491. |
app/client/src/widgets/TableWidgetV2/widget/propertyConfig/PanelConfig/Data.ts
Outdated
Show resolved
Hide resolved
app/client/src/widgets/TableWidgetV2/component/cellComponents/SelectCell.tsx
Outdated
Show resolved
Hide resolved
app/client/src/widgets/TableWidgetV2/component/cellComponents/SelectCell.tsx
Outdated
Show resolved
Hide resolved
app/client/src/widgets/TableWidgetV2/component/cellComponents/SelectCell.tsx
Outdated
Show resolved
Hide resolved
app/client/src/widgets/TableWidgetV2/component/cellComponents/SelectCell.tsx
Outdated
Show resolved
Hide resolved
app/client/src/widgets/TableWidgetV2/widget/propertyConfig/PanelConfig/Select.ts
Show resolved
Hide resolved
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
This PR has been closed because of inactivity. |
Hey @keyurparalkar and @sbalaji1192 , is this PR ready for productive deployment and can it be merged into release? Can you please launch that process to close #21993 and #26188 ? Thank you ! |
Description
This PR introduces a new property called
Display As
for the select column type in table widget so that it fixes the bug mentioned below. This change has the following expectations:PR fixes following issue(s)
Fixes #26188
Type of change
Testing
How Has This Been Tested?
selectDisplayAs = value
for migrated select table columnsTest Plan
Issues raised during DP testing
Checklist:
Dev activity
QA activity:
Test Plan Approved
label after Cypress tests were reviewedTest Plan Approved
label after JUnit tests were reviewed