Commit Graph

254 Commits (2684f075f3b6e0753a247d811e1323b7e02a8631)

Author SHA1 Message Date
Cagatay Civici 716ff58bde Phase 1 of new Table filtering - Implement Filter Row mode 2021-02-06 12:26:12 +03:00
Cagatay Civici c203e58ebf Fixed #888 - Scrollable table ignores column style class props 2021-02-03 14:30:49 +03:00
Cagatay Civici b4fae966a9 Fixed prop name 2021-02-03 14:26:14 +03:00
Cagatay Civici c29299537e Fixed #887 - Selecting all elements results in scrolling to table bottom 2021-02-02 18:44:25 +03:00
Cagatay Civici 90321e0598 Fixed #928 - Reset page on filter 2021-02-02 18:16:51 +03:00
Cagatay Civici a08b66db5a Fixed #912 - DataTable boolean shorthands do not work 2021-02-02 16:50:37 +03:00
Cagatay Civici bfb5e58e0d Fixed #913 - Refactor chain operator 2021-02-02 16:21:10 +03:00
Cagatay Civici 19379998a3 Fixed #850 - state-save and state-restore events for Table 2021-01-20 12:37:50 +03:00
Cagatay Civici 38fccede63 Add sfc field to distribution 2021-01-18 18:32:24 +03:00
Cagatay Civici 038b04d9bb Use cjs as main as vue 3 doesn't provide a umd build 2021-01-18 17:39:05 +03:00
Cagatay Civici 52babc22fb Update package export default formats 2021-01-18 15:21:54 +03:00
Cagatay Civici cdeb4ae1cc New build improvements based on rollup. 2021-01-18 14:20:34 +03:00
Cagatay Civici 7e6a166fb6 Remove index files 2021-01-18 11:27:05 +03:00
Cagatay Civici 8c32daa86b Initiated new rollup based build 2021-01-18 11:25:54 +03:00
Cagatay Civici 382bc7dabd New build 2020-12-29 21:25:30 +03:00
Cagatay Civici a6bbdfbd53 Fixed #729 - BUG: Calendar navigation (next, prev month) inside DataTable or OverlayPanel not working 2020-12-09 18:49:41 +03:00
Cagatay Civici 6730f2c486 Fixed #749 - DataTable throws error when there are no columns 2020-12-09 16:38:24 +03:00
nestorrente f76d1dfb34 Fixed sortField prop type. 2020-12-08 12:16:38 +01:00
Cagatay Civici 1d72c920a1 Fixed #595 - Typescript definitions improvement 2020-11-26 11:20:37 +03:00
Cagatay Civici 45c92424fc
Merge pull request #625 from tugcekucukoglu/components/emits
Errors on some emits definitions
2020-11-25 18:03:58 +03:00
Cagatay Civici 04bdc70afc Fixed #606 - DataTable multiple click RadioButton focus previous row 2020-11-25 17:26:52 +03:00
Cagatay Civici 27736c8ce7 Fixed #647 - DataTable sortField allows a function, but the prop type is only a string 2020-11-25 14:45:42 +03:00
Cagatay Civici 0bf807591e Fixed #655 - DataTable global filter bug 2020-11-25 13:33:51 +03:00
Tuğçe Küçükoğlu 3246553136 emits declaration corrected 2020-11-04 10:24:49 +03:00
Cagatay Civici 4044be48cb Fixed #549 - Declare events in "emits" section of every component 2020-10-21 21:03:17 +03:00
Cagatay Civici 9b9802d838 Fixed #587 - Property "disabled" was accessed during render but is not defined on instance 2020-10-21 13:46:47 +03:00
mertsincan ba6f6bf7b9 Refactor #500 - For DataTable and TreeTable 2020-09-27 21:29:11 +03:00
Cagatay Civici 8637737a3d Disabled reorg 2020-09-24 18:39:36 +03:00
Cagatay Civici bfa9f99dc6 Aligned scrollbar 2020-09-24 15:51:23 +03:00
Cagatay Civici 57374fc2b7 Fixed exporting to csv 2020-09-24 11:55:27 +03:00
Cagatay Civici 488c09b0ee Add null operator for props 2020-09-24 11:30:11 +03:00
Cagatay Civici f114c0247f Fixed csv export for V3 2020-09-24 11:14:55 +03:00
Cagatay Civici 19a4036021 Fixed row grouping 2020-09-24 11:07:56 +03:00
Cagatay Civici effb19203a V3 migration for Table Reordering 2020-09-24 11:05:14 +03:00
Cagatay Civici 8164fbe703 V3 support for Col Toggle 2020-09-23 22:48:53 +03:00
Cagatay Civici 1e56e62f40 Fixed filtering 2020-09-23 22:20:09 +03:00
Cagatay Civici bfc723d06e Scrolling for V3 2020-09-23 22:12:48 +03:00
Cagatay Civici 2efaa699c7 Initated datatable migration 2020-09-23 20:55:00 +03:00
Cagatay Civici efefea2edd Linting for v3... Lifecycle migration, remove .native, key for templates. 2020-09-17 15:19:11 +03:00
Cagatay Civici 67720d1750 Fixed #462 - Scrollable Table alignment improvement 2020-09-08 14:48:52 +03:00
cagataycivici 1e81630ee3 Lint fixes 2020-08-04 15:58:15 +03:00
cagataycivici ab589686f1 Fixed #413 - DataTable: Exporting an empty DataTable throws TypeError 2020-08-04 15:46:23 +03:00
cagataycivici c2b10355c8 Fixed #422 - Paginator is displayed over table loading overlay 2020-08-04 15:11:16 +03:00
cagataycivici 6b7bbfede0 Cosmetics and Typos 2020-08-04 14:38:58 +03:00
cagataycivici 9a9dd68b05 Fixed #397 - Rename p-datatable-row to p-selectable-row 2020-07-18 14:31:49 +03:00
cagataycivici 6fb69df249 Fixed alignment issue in scrollable table 2020-07-18 14:20:30 +03:00
cagataycivici 6c3bf57afc Revert "Revert "Removed unused class""
This reverts commit 389f132334.
2020-07-18 14:15:33 +03:00
cagataycivici 389f132334 Revert "Removed unused class"
This reverts commit 90e40d14ea.
2020-07-18 14:14:53 +03:00
cagataycivici 90e40d14ea Removed unused class 2020-07-18 14:14:20 +03:00
cagataycivici 7faa9d649c Simplified table loading overlay 2020-07-18 14:11:41 +03:00
cagataycivici 317292cc95 Fixed #394 2020-07-18 13:34:29 +03:00
cagataycivici b7320b3272 Remove unused class 2020-07-18 11:02:10 +03:00
cagataycivici af87fca7ed Linting 2020-07-10 16:40:53 +03:00
cagataycivici caa7b09155 Fixed #380 - Datatable with RowGroup and Scroll scrollbar misplaced 2020-07-10 16:23:36 +03:00
cagataycivici 9ba8911b6c Cell edit improvements 2020-07-04 14:47:11 +03:00
cagataycivici 25ec783ce4 Fixed #296 - Datatable scrollable mode doesn't load Loading Template 2020-07-04 13:53:54 +03:00
Cagatay Civici c87e4c2923
Merge pull request #345 from AlexanderGrasberger/master
BugFix: Renamed 'ColumnSlot' -> 'DTColumnSlot' in TableHeader
2020-07-03 15:41:40 +03:00
cagataycivici 35688ee8ea Fixed #325 - datatable filter not work in some firefox 2020-07-03 14:28:53 +03:00
cagataycivici 0c82ada2e5 Aligned sort badge 2020-07-01 18:57:26 +03:00
cagataycivici d42e094409 Ripple for action icons 2020-07-01 11:59:21 +03:00
cagataycivici 365933ec6d Accessiiblity enhancements for data action icons and theme update 2020-06-30 12:37:46 +03:00
cagataycivici d6bf5b807b Reimplemented radio icon 2020-06-26 22:29:11 +03:00
Alexander Grasberger 187848c483 Fixed imported component name 'ColumnSlot' -> 'DTColumnSlot' in TableHeader.vue 2020-06-18 11:53:47 +02:00
cagataycivici 4f4a5956f1 Fixed table loader on scrolling 2020-05-27 15:18:20 +03:00
cagataycivici 3ae6ee1272 Fixed #328 - Flex Scroll height for DataTable 2020-05-27 15:12:12 +03:00
cagataycivici 4e6080d505 em to rem conversion 2020-05-14 11:51:13 +03:00
cagataycivici 3ec1a7446a Cleanup p-c class 2020-05-02 12:46:30 +03:00
cagataycivici 306e7b573d Cleanup p-clickable and p-c 2020-05-02 12:19:17 +03:00
cagataycivici 5ef93ee67c Fixed overlay issues 2020-05-01 01:16:22 +03:00
cagataycivici b04b7ba925 New styling 2020-04-28 12:34:12 +03:00
cagataycivici 3d5eec7d80 Finished data components 2020-04-24 18:13:48 +03:00
cagataycivici 8050d97829 Fixed #288 - Group Header Broken without Footer Template 2020-04-23 09:36:45 +03:00
mertsincan c4470516be Refactor #279 2020-04-19 12:52:57 +03:00
cagataycivici 42a1ef2a66 Fixed #279 - filterLocale for components with filtering 2020-04-19 12:09:27 +03:00
cagataycivici eafc5b5a96 Add semicolon 2020-04-18 21:16:35 +03:00
cagataycivici f61e39ccce Do not reset page on multi sort 2020-04-18 19:16:29 +03:00
cagataycivici 4d89b18706 Fixed 189 - Order indicators for Multi column sorting 2020-04-18 19:03:21 +03:00
cagataycivici 22e33d6b42 Remove unused param 2020-04-18 17:45:13 +03:00
cagataycivici af0bf6f0d0 Fixed #235 - Removable sort on DataTable 2020-04-18 17:41:50 +03:00
cagataycivici f352defc4c Fixed #276 - Datatable Group footer doesn't work 2020-04-17 22:50:09 +03:00
cagataycivici 62cf07ecce Fixed #278 - Update sort icons 2020-04-17 22:38:11 +03:00
cagataycivici 9c9216be8b Fixed #253 - Improve DataTable ContextMenu Styling 2020-04-07 15:29:31 +03:00
cagataycivici c6c419356c Fixed #244 - Loading template for DataTable 2020-03-17 14:25:16 +03:00
cagataycivici b76a9c502f Fixed #234 2020-03-16 19:34:32 +03:00
cagataycivici 6254742751 Fixed #240 - Add filterHeaderStyle and filterHeaderClass to Column 2020-03-16 19:11:49 +03:00
cagataycivici c7d64386bd Lint fix 2020-03-05 12:00:32 +03:00
cagataycivici cd9877aebe Fixed #226 - Move column filters to their own row 2020-03-05 11:59:07 +03:00
cagataycivici 309afaccec Lint fix 2020-03-04 14:27:24 +03:00
cagataycivici 3f0742a354 Fixed column header group sorting 2020-03-04 13:36:14 +03:00
cagataycivici 1f71cb5c51 Add filterField and updated demos 2020-03-04 11:45:35 +03:00
cagataycivici 61e182c82b Initiated new Table demo 2020-03-03 18:45:11 +03:00
cagataycivici 51206b79ed Fixed #216 - sortfield is ignored 2020-03-03 12:25:27 +03:00
cagataycivici cbddaf266e Fixed #216 - sortfield is ignored 2020-03-03 12:19:57 +03:00
cagataycivici 12a4d2a930 Fixed #216 - sortfield is ignored 2020-03-03 12:14:30 +03:00
cagataycivici 10b08d12bc Fixed #200 - DataTable > Missing `custom` filterMatchMode 2020-02-27 11:39:46 +03:00
cagataycivici 7fdab4f885 Lint fix 2020-02-07 10:48:12 +03:00
cagataycivici 68a8af7cb8 Fixed #181 - DataTable "$event" argument on page/sort events does not contains filterSearchMode. 2020-02-07 10:23:19 +03:00
cagataycivici 4c9dbbd2fb New demo for the default datatable 2020-01-30 13:42:35 +03:00
cagataycivici cf438de260 Fixed #163 - DataTable onPage event fires without sort and filter information 2020-01-30 12:06:16 +03:00
cagataycivici 5a546a356a Fixed #151 - Row edit save not working properly in data table 2020-01-30 11:41:28 +03:00