Bhavin K
140d6c8dda
fix: comma-separated splitting of image url in table col of type image ( #4427 )
...
* fix for comma separated splitting of image url in table col of type image
2021-06-29 18:59:19 +05:30
Somangshu Goswami
9b1dbeb9dc
Revert "Enable total number of rows and page size for server side pagination in table widget ( #4863 )" ( #5469 )
...
This reverts commit related to #2230 & #1578 . We will revisit this problem again and implement the solution based on the discussion in the thread.
2021-06-29 15:01:41 +05:30
Vicky Bansal
6b7aef8dc8
Enable total number of rows and page size for server side pagination in table widget ( #4863 )
...
* Add defaultPageSize and totalRecordsCount properties in table widget
* Changing next button disable
* Added checks for properties change
* Handle defaultPageSize change
* Updated util.test to handle new table properties
* Configure for cypress test for page size and total records count properties
* Added cypress test for default page size and total records count validation
* Fix test cases
* Handle empty space for page size is less than availabe space in table widget
2021-06-23 18:53:24 +05:30
Paul Li
809416ab21
Merge branch 'release' into feature/2111-toggle-header-options
2021-06-11 09:25:12 -04:00
Paul Li
b682741f13
Merge branch 'release' into feature/4135-table-url-column-pretty-link
2021-06-10 01:31:54 -04:00
Paul Li
53fe96b5cf
FEATURE-2111 : Show/Hide Table Controls
...
-- Use isHeaderVisible variable for conditional rendering
2021-06-03 03:43:08 -04:00
Paul Li
c1557c187a
FEATURE-2111 : Show/Hide Table Controls
...
-- Adjust pageSize
-- Change column header height
-- Restore the logic for renderEmptyRow
2021-05-19 07:02:07 -04:00
Paul Li
c906b0e447
FEATURE-2111 : Show/Hide table controls
...
-- Apply some cleanup
2021-05-19 05:36:30 -04:00
Paul Li
9e0ec2304a
Revert "FEATURE-2111 : Show/Hide Table Controls"
...
This reverts commit 1d3c2da455d0a58beb4189898464baf5096c1aee.
2021-05-19 05:36:30 -04:00
Paul Li
7cf12ed031
FEATURE-2111 : Show/Hide Table Controls
...
-- Remove extra space when the header options is all hidden
2021-05-19 05:36:30 -04:00
Paul Li
35e28dcb08
FEATURE-2111 : Show/Hide Table Controls
...
-- PositionedContainer : Add padding-bottom: 42px in case of Table widget
2021-05-19 05:33:45 -04:00
Paul Li
c76ef9e3d7
FEATURE-2111 : Show/Hide Table Controls
...
-- Add the header options section for the visibility setting
-- Render conditionally the header part based on the setting
2021-05-19 05:31:53 -04:00
Somangshu Goswami
41419e0406
Merge pull request #4199 from appsmithorg/feature/table-excel-export
...
Allow table data to download as Excel
2021-05-18 20:17:16 +05:30
Satish Gandham
6bf7903570
Merge pull request #4470 from appsmithorg/ui/eslint/sort-destructured-props
...
Add eslint rule to sort destructured props and auto fix the issues.
2021-05-17 14:52:59 +05:30
Satish Gandham
bed4b39561
Merge pull request #4292 from appsmithorg/perf/optimize-table-widget
...
Optimize table widget
2021-05-17 14:52:49 +05:30
Satish Gandham
8ecac87ec7
Change the cell renderer function from class property to inline and use JSON.stringify to do the comparision.
2021-05-13 17:38:15 +05:30
Satish Gandham
8ad7eecdeb
- Auto fix sort ddestructured props rule
2021-05-13 14:05:39 +05:30
Satish Gandham
68c258ab3a
- Remove unncessary anonymous funciton
...
- Use destructured imports
2021-05-11 12:25:42 +05:30
vicky-primathon.in
78bad85e24
Used useCallBack hook and remove inline arrow function
2021-05-11 12:10:13 +05:30
vicky-primathon.in
f14ca6b6c3
Hide sub icon
2021-05-10 17:04:17 +05:30
vicky-primathon.in
9ab8da4671
Table header style changes
2021-05-10 16:54:50 +05:30
vicky-primathon.in
aa5beddf4a
Merge branch 'release' of https://github.com/appsmithorg/appsmith into feature/table-excel-export
2021-05-10 15:08:48 +05:30
vicky-primathon.in
30510c56b4
Fix download dropdown UI
2021-05-10 15:08:23 +05:30
Satish Gandham
9fc5770d72
- Refactor the Cell render function and change it into a class property.
...
- Remove unsed hook.
2021-05-05 18:31:11 +05:30
Paul Li
4be80b665a
FEATURE-4135 : Table URL columns pretty link
...
-- Remove the anchor tag wrapping display text
-- Make display text case-sensitive
2021-05-05 05:26:57 -04:00
Paul Li
a5a0e0d85d
FEATURE-4135 : Table URL columns pretty link
...
-- Add displayText field into property pane
-- Display urls based on displayText
-- Fix url alignment issue
2021-05-04 15:48:40 -04:00
Satish Gandham
adb5f7bc7a
- Memoize ReactTableComponent
2021-05-04 16:30:57 +05:30
Satish Gandham
2a3d0fd28e
- Destructure TableComponent props
2021-05-04 00:12:21 +05:30
Somangshu Goswami
9caf953b41
Merge pull request #4128 from appsmithorg/fix/#4023-datepicker-incorrect-placeholder
...
[Bug-4023] : Incorrect placeholder in the datepicker widget
2021-04-29 21:21:36 +05:30
vicky-primathon.in
3d79900290
Merge branch 'release' of https://github.com/appsmithorg/appsmith into feature/table-excel-export
2021-04-29 19:56:21 +05:30
vicky-primathon.in
9469571a0c
Fix type issue
2021-04-29 15:33:40 +05:30
Paul Li
aedac74d3a
Merge branch 'release' into fix/#4023-datepicker-incorrect-placeholder
2021-04-29 05:54:24 -04:00
vicky-primathon.in
92764c8f5c
Used zipcelx instaed of xlsx lib to download table data as excel
2021-04-29 14:50:43 +05:30
vicky-primathon.in
fcc4ad18f6
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/native-scrollbars-experience
2021-04-29 01:42:47 +05:30
Somangshu Goswami
8e5f6ec271
Merge pull request #4045 from appsmithorg/fix/table-image-cell-align
...
Fix- Image alignment in table widget cells
2021-04-28 20:48:31 +05:30
Somangshu Goswami
0c5e73f9fa
Merge pull request #4065 from appsmithorg/fix/table-filter-selection-background
...
Removed background from selected dropdown item in table widget filters
2021-04-28 20:46:41 +05:30
vicky-primathon.in
e78b4db3b2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into feature/table-excel-export
2021-04-28 18:54:26 +05:30
vicky-primathon.in
398fe551cc
Handle table data download as excel
2021-04-28 18:37:35 +05:30
Satish Gandham
7f7f6f666b
Development: Add eslint rules for code consistency ( #4083 )
...
Co-authored-by: Satish Gandham <satish@appsmith.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2021-04-28 15:58:39 +05:30
somangshu goswami
02fed75899
Merge branch 'release' into fix/table-filter-selection-background
2021-04-26 20:24:03 +05:30
Paul Li
37b8a054e8
[Bug-4023] : Incorrect placeholder in the datepicker widget
...
-- Change date format to `YYYY-MM-DD HH:mm`
2021-04-23 08:08:37 -04:00
vicky-primathon.in
3abd6416e9
Created Scrollbar thumb components and used useMemo for optimizatized rendering of table header component
2021-04-22 10:13:54 +05:30
vicky-primathon.in
1474aa01e3
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/native-scrollbars-experience
2021-04-21 21:27:55 +05:30
vicky-primathon.in
c42839180e
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/table-image-cell-align
2021-04-21 21:25:19 +05:30
Vicky Bansal
318cb78464
Escape line break characters when exporting table data to CSV ( #3757 )
2021-04-20 16:17:06 +05:30
vicky-primathon.in
934563a154
Removed background from selected dropdown item in table widget filters
2021-04-19 13:32:23 +05:30
vicky-primathon.in
2b8ab8dc8f
Align page number text in table pagination
2021-04-19 11:12:18 +05:30
vicky-primathon.in
7a9dfb2066
Fixed table image cell alignment
...
Added cypress test to validate image cell alingment
2021-04-19 10:31:17 +05:30
vicky-primathon.in
15521fef06
Fix horizontal scrollbar
2021-04-19 09:02:47 +05:30
vicky-primathon.in
89af3501aa
Removed vertical scroll bar from table header
2021-04-15 16:37:54 +05:30