Pawan Kumar
5ab8e57e0d
fix: Table reskinning ( #17228 )
...
* update rich text editor styles
* fix disalbed text color
* add border
* fix gaps and borders in json form
* fix disabled state
* fix checkbox disabled state color on checkbox + font size of title in json
* fix pagination arrows
* update list + modal
* update tabs widget
* fix border color
* fix pagination styles
* fix font weight
* update colors
* update colors
* fix table hidden header
* add config for variant
* add check header border
* fix hover colors
* fix hover colors
* add fixes for feedbacks from dilip
* move cell borders
* move cell borders
* update label
* add dilip feedback fixes
* remove unused import
* fix font in filter popup
* fix margin and datepicker getting cut off
* table disabled state for header input
* fix icon color
* fix cypress tests
2022-10-14 10:23:31 +05:30
Aswath K
ac899767d2
fix: Table widget's pagination properties ( #17372 )
...
fix: Improves the UX around hiding pagination buttons in Table
2022-10-13 12:13:54 +00:00
balajisoundar
0ba9cbc987
fix: Add row virtual offset for different row sizes to fix select cel… ( #17375 )
2022-10-07 18:47:58 +05:30
Souma Ghosh
54e00b9c5d
fix: JS toggle default value is wrong for vertical alignment table widget ( #16733 )
...
* fix: JS toggle default value is wrong for vertical alignment table widget
- Fixes wrong default value for Vertical Alignment in column settings
- Fixes issue where JS toggle cannot be turned off after turning it on once
* Fix failing cypress test
* Change horizontalAlignment default value to LEFT
2022-09-30 11:39:26 +05:30
balajisoundar
ed1dccaba7
feat: Table widget select column type ( #16337 )
2022-09-30 09:33:53 +05:30
Aswath K
1a71a14319
fix: Re-selecting dropdown value triggers evaluation cycle ( #16201 )
2022-09-29 11:25:56 +05:30
Aswath K
756d27b00e
chore: Property pane config cleanup ( #16639 )
2022-09-29 10:54:49 +05:30
Souma Ghosh
686f3981d8
fix: JS option missing for some style items in table widget v2 ( #16958 )
...
* fix: JS option missing for some style items in table widget v2
* Review changes
2022-09-23 15:11:41 +05:30
Keyur Paralkar
fff5c16f89
feat: table widget switch column type ( #16262 )
...
* feat: added checkbox column type
* fix: addressed review changes
* feat: added filter for checkbox column type
* fix: checkbox alignment
* fix: horizontal alignement property added for checkbox column type
* test: added cypress test and addressed feedback changes
* fix: add new property cellComponentHorizontalAlignment
* fix: addressed review comments
* fix: changed column type order to alphabetical order
* refactor: removed unused imports
* fix: typings for the dynamic label
* fix: addressed review comments
* feat: added switch column type to table widget
* fix: removed unused imports
* fix: disabled cursor flicker issue
* fix: inline editing for checkbox column type
* fix: addressed QA callouts
* fix: addressed qa callouts
* fix: addressed review callouts
* fix: horizontal alignment issue
* fix: added unsaved marker and cypress test
* fix: alginment issues for the tooltipped wrapped switches
* fix:
* rebase new property pane changes
* cypress test fixes
* added support to dynamically change the section name with the help of function
* fix:
* cypress tests
* rebased new property pane changes for switch column type
* fix: merge conflicts on property section
* fix: address code review callouts
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-09-16 10:04:11 +05:30
balajisoundar
afb9aa93c1
feat: Table widget V2 Inline editing validation for plain text & number column ( #15954 )
2022-09-13 11:11:59 +05:30
AS Laguna
65890a1ebf
fix: Table widget default selected row should display value "0" instead of a watermark ( #16626 )
...
* Changed placeholderText to defaultValue
To resolve this issue I swapped out two properties of this object, placeholderText and defaultValue, to change the placeholder zero for an actual 0 character.
* Changed defaultValue from a string to an int
It seems there was an issue being caused by having the default value being a string where typing a zero still resulted in a value of -1. Changing it to an int seems to have resolved this issue.
2022-09-09 14:40:17 -04:00
Keyur Paralkar
e7209f06fd
feat: Table widget checkbox column type ( #15933 )
...
* feat: added checkbox column type
* fix: addressed review changes
* feat: added filter for checkbox column type
* fix: checkbox alignment
* fix: horizontal alignement property added for checkbox column type
* test: added cypress test and addressed feedback changes
* fix: add new property cellComponentHorizontalAlignment
* fix: addressed review comments
* fix: changed column type order to alphabetical order
* refactor: removed unused imports
* fix: typings for the dynamic label
* fix: addressed review comments
* fix: disabled cursor flicker issue
* fix: inline editing for checkbox column type
* fix: addressed QA callouts
* fix: addressed qa callouts
* fix: addressed review callouts
* fix: horizontal alignment issue
* fix:
* rebase new property pane changes
* cypress test fixes
* added support to dynamically change the section name with the help of function
* fix: type casting issue for sectionName
* fix: addressed review comments
* chore: removed unused imports
* fix: added prop.hidden comparision in the memoized PropertySection component
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-09-08 16:35:59 +05:30
Aswath K
db08b16d4e
feat: Grouping & reorganisation of Property Pane ( #15768 )
...
* Removes feature flag from Client code
* Updates Cypress tests
2022-09-03 18:20:39 +05:30
Aswath K
6645413dec
chore: Grouping & reorganisation of Table Widget ( #15638 )
2022-08-17 23:53:53 +05:30
Souma Ghosh
4acf5aa59c
fix: Cell background colour not applied to new columns in table widget ( #15898 )
2022-08-15 17:27:28 +05:30
balajisoundar
a6d37625a1
fix: provide access to currentRow in table widget menubutton items ( #15457 )
2022-08-01 10:31:34 +05:30
Anagh Hegde
dbf0b94973
feat: Update the table widget to v2 in suggested widget list ( #15277 )
...
Co-authored-by: balajisoundar <balaji@appsmith.com>
2022-07-20 12:28:50 +05:30
balajisoundar
71e581d69b
fix: cell background for edit actions column in Table v2 ( #15233 )
2022-07-20 11:42:59 +05:30
balajisoundar
a97ab3d9a2
feat: Table widget v2 with support for non-ASCII characters and improved jest coverage ( #11307 )
2022-07-14 12:32:35 +05:30