appsmith: [Bug]: Editable checkbox is not aligned with rest of the column checkboxes in Table widget
Is there an existing issue for this?
- I have searched the existing issues
Description
When we D&D a Table widget to the canvas and bind it with a query, the checkbox next to the Editable
property does not align with the checkboxes of other columns.
https://www.loom.com/share/d467f54dd72048e5b7f53055a5d7cb70
Steps To Reproduce
- D&D a Table widget.
- Bind it with a query.
Expected: The checkboxes for the editable property should all be properly aligned.
Actual: Initially on binding the Table widget with a query for the first time, the checkbox next to the Editable
keyword is misaligned. Once we refresh the page, the checkbox gets aligned automatically.
Public Sample App
No response
Version
Cloud
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 28 (13 by maintainers)
Commits related to this issue
- fix: Align the 'Editable' checkbox on first linking data to a table widget (#30436) ## Description Before the change, linking data to a table widget for the first time led to the 'Editable' check... — committed to appsmithorg/appsmith by eloyrobillard 5 months ago
- fix: Align the 'Editable' checkbox on first linking data to a table widget (#30436) ## Description Before the change, linking data to a table widget for the first time led to the 'Editable' check... — committed to appsmithorg/appsmith by eloyrobillard 5 months ago
- Squashed commit of the following: commit f39c0296db58f49f84ab96b0010978ddc2f7b427 Author: Shrikant Sharat Kandula <shrikant@appsmith.com> Date: Wed Jan 31 00:07:15 2024 +0530 add a comment co... — committed to appsmithorg/appsmith by sharat87 5 months ago
@somangshu Thanks for assigning me. But somehow I can’t reproduce this anymore. Let me do some debugging if this issue bug is still present. I will let you know.
Got it