Commit Graph

156 Commits (b42c9eb7eeb3c7e3d5791f4c811a8033f60f28c9)

Author SHA1 Message Date
mertsincan ee83f7d756 Fixed #5100 - DataTable: Cannot read properties of null when editMode="cell" and selectionMode="single" 2024-01-22 10:12:23 +00:00
tugcekucukoglu f9117be895 Fixed #5123 - DataTable: body template rowTogglerCallback callback option added 2024-01-22 10:50:59 +03:00
mertsincan e3d9f41926 Fixed #5055 - Calendar: When use with Datatable filter, the calendar would show at the bottom of the page. 2024-01-21 11:56:17 +00:00
tugcekucukoglu 3d43ab506f Refactor #5105 2024-01-18 16:11:07 +03:00
tugcekucukoglu 19f9813d16 Fixed #5105 - Highlight state changes on Checkbox selection mode 2024-01-18 16:05:30 +03:00
tugcekucukoglu 48aa388953 Fixed #5095 - Unit tests in the master branch are failing 2024-01-18 11:14:47 +03:00
mertsincan 1fcefea636 Fixed #5057 - DataTable: persistent expandedRows with dataKey doesn't working properly 2024-01-15 00:22:18 +00:00
mertsincan 261b6212f1 Refactor #5062 2024-01-14 23:46:29 +00:00
Oğuzhan ee71eab50b
fix: conditional check for sortable in HeaderCell.vue (#5069) 2024-01-14 23:42:21 +00:00
mertsincan d5bba26341 Refactor #5071 2024-01-14 22:25:39 +00:00
mertsincan 54ea411d76 Refactor #5071 2024-01-14 14:09:03 +00:00
mertsincan bd5b3f7c6a Refactor #5071 2024-01-14 13:38:51 +00:00
mertsincan 8beeab367c Fixed #5005 - BodyRow: Cannot read propertie of null (reading 'forEach) 2023-12-30 01:48:31 +00:00
tugcekucukoglu 11c5539118 Fixed #4996 - bodyRow broken pt context options 2023-12-26 15:49:38 +03:00
tugcekucukoglu 49f4282195 sortable context added to table header 2023-12-26 15:48:19 +03:00
mertsincan 7a60ea1f6c Fixed #4993 - VirtualScroller loading is not working on DataTable 2023-12-24 02:34:49 +00:00
mertsincan f16bd6ab2e Fixed #4646 - Add custom wrapper support for helper components 2023-12-21 23:41:41 +00:00
Tuğçe Küçükoğlu 84f735ef77
Merge pull request #4638 from FlipWarthog/no-important
Fix #4637 - Component Styles: Remove use of !important now that @layer is used
2023-12-21 10:39:01 +03:00
mertsincan fdf205d0d0 Fixed #4982 - Datatable rowGroupMode: columns can't be hidden with setting hidden = true 2023-12-21 00:23:27 +00:00
mertsincan cdd2a0e6e4 Fixed #4434 - DataTable: VirtualScroller breaks when sort is applied 2023-12-20 15:20:57 +00:00
tugcekucukoglu 8210372279 Fixed #4988 - DataTable - sortable header with InputText 2023-12-20 17:32:30 +03:00
mertsincan ad98b8f795 Fixed #4957 - Datatable: stripedRows do not work correctly with virtual scroll 2023-12-20 11:51:03 +00:00
mertsincan f06c2ea23a Fixed #4950 - Datatable: Column resize expand mode and Stateful loses scroll 2023-12-20 11:29:06 +00:00
mertsincan e0de315cfc Fixed #3602 - Keyboard support: Numpad enter 2023-12-20 10:45:43 +00:00
tugcekucukoglu 1172613879 Refactor #4985 - update .d.ts 2023-12-20 13:35:18 +03:00
tugcekucukoglu bb82382190 Fixed #4985 - metaKeySelection default type is changed as false 2023-12-20 13:28:13 +03:00
mertsincan 8db6f9c180 Fixed #3967 - DataTable:When using ColumnGroup in a table with more than two frozen columns 2023-12-19 15:12:31 +00:00
mertsincan 01b38bf5ae Fixed #3818 - DataTable: Pass sorted data on sort event 2023-12-19 15:01:13 +00:00
mertsincan 502b8352f1 Fixed #2188 - DataTable Column Resizing incompatible with Column Reordering 2023-12-19 11:48:00 +00:00
Mert Sincan fb1fb60eab
Fixed #4977 - Improve performance of row expansion feature on DataTable (#4978)
* DataTable performance improvement (1)

* Refactor on DT performance

* Refactor

* Refactor

* Update RowExpansionDoc.vue

* Update RowExpansionDoc.vue

* Update RowExpansionDoc.vue
2023-12-18 14:16:35 +00:00
tugcekucukoglu e3636e70ae Fixed #4100 - Data Table row checkboxes propagate click events when a checkbox is unchecked 2023-12-11 11:57:42 +03:00
mertsincan 7581419a2d Fixed #4951 - Add `attrs` param to all `pt` functions 2023-12-10 21:41:17 +00:00
mertsincan eb00b8ee23 Fixed #4929 - Add parent param to all pt method options 2023-12-05 11:06:32 +00:00
tugcekucukoglu 8eea973282 parent updates for .d.ts files and apidoc 2023-12-05 10:06:55 +03:00
tugcekucukoglu 89b77cceca Fixed #4662 - DataTable: Type definition doesn't match document 2023-11-27 15:21:56 +03:00
tugcekucukoglu cb00700821 sorticon data-pc-section update 2023-11-22 13:45:32 +03:00
tugcekucukoglu 56e9c4b487 Fixed #4855 - DataTable: restore state defect 2023-11-21 16:37:27 +03:00
FlipWarthog 30efb09f44 Restore important based on PrimeReact impl 2023-11-17 17:38:44 -05:00
FlipWarthog 6c3ea8557d Update !important from component CSS 2023-11-17 17:38:39 -05:00
Tuğçe Küçükoğlu 67222a809a
Merge pull request #4776 from FlipWarthog/PV4394
Fix #4394 - DataTable VirtualScroller: resizableColumns broken
2023-11-15 20:02:47 +03:00
Çetin d5ef62389c Merge branch 'master' of https://github.com/primefaces/primevue 2023-11-12 14:39:50 +03:00
Çetin 334a7e4a9f Fixed #4804 2023-11-12 14:39:45 +03:00
tugcekucukoglu 321479f131 Fixed #4786 - DataTable/TreeTable: Frozen column improvements 2023-11-09 18:02:09 +03:00
FlipWarthog 6053cefe22 Fix #4394 - DataTable VirtualScroller: resizableColumns broken 2023-11-07 20:41:46 -05:00
tugcekucukoglu 01af58f917 Apidoc updates 2023-11-07 09:16:39 +03:00
tugcekucukoglu 35834ecb64 Fixed #4757 - DataTable: editingRows watcher implementation defect 2023-11-06 10:28:02 +03:00
tugcekucukoglu 4934e0e146 Fixed #4498 - Datatable: Cannot set properties of null (setting 'tabIndex') 2023-10-27 17:52:34 +03:00
FlipWarthog f9360b8ade Add new sort everywhere needed, update API docs 2023-10-06 18:59:00 -04:00
FlipWarthog 4d6a272795 Pull sort/compare utils from PrimeReact 2023-10-05 22:00:36 -04:00
FlipWarthog 2173790079 Fix #4543: Column: headercheckboxicon slot not working 2023-10-03 19:12:02 -04:00