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 |
|
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 |
|
vicky-primathon.in
|
f46beeb4c6
|
Reverted changes to ScrollIndicator file name
|
2021-04-15 11:03:09 +05:30 |
|
vicky-primathon.in
|
99ea7db01b
|
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/native-scrollbars-experience
|
2021-04-15 10:44:46 +05:30 |
|
vicky-primathon.in
|
d224f2921d
|
Fix scrollbars
|
2021-04-15 10:31:06 +05:30 |
|
Vicky Bansal
|
d6399c2e48
|
Disable pagination controls when the table has a single page (#3895)
* Disable input number field when there are no pages to navigate to
* Added cypress test to validate table pagination is disabled
|
2021-04-09 16:06:50 +05:30 |
|
Vicky Bansal
|
791e8195b1
|
Align column headers when aligning columns (#3885)
* Align table column header title with table columns
* Added cypress test to validate column header text alignment
|
2021-04-09 16:04:01 +05:30 |
|
Vicky Bansal
|
43720123d8
|
Fix: Select Table Widget when a row is selected (#3871)
|
2021-04-09 16:03:22 +05:30 |
|
vicky-primathon.in
|
1db50eb527
|
Custom scrollbar changes
|
2021-04-09 12:34:31 +05:30 |
|
Abhinav Jha
|
f5b97e3863
|
Fix column ordering in table widget (#3755)
|
2021-04-07 06:33:30 +05:30 |
|