Commit Graph

109 Commits (df4b10b8805c13f9636d63f986735f7b4357b8ba)

Author SHA1 Message Date
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
mertsincan 3d1d31ca53 Refactor #4530 - Add d.ts files 2023-10-02 14:15:41 +01:00
mertsincan dc2913e887 Fixed #4530 - Export styles of all components 2023-10-02 11:46:09 +01:00
Tuğçe Küçükoğlu b48d33eddd Refactor #4504 2023-09-26 12:14:27 +03:00
Tuğçe Küçükoğlu 01753ac08a Refactor #4504 2023-09-26 09:40:02 +03:00
Tuğçe Küçükoğlu e6499c0365 Refactor #4504 2023-09-25 22:11:55 +03:00
Tuğçe Küçükoğlu 705eb2be95 Fixed #4459 - [DataTable] Reorder feature and rowreordericon slot problem. 2023-09-21 15:38:17 +03:00
Stéphane 6b70d35fcd
Fix vue.js warning for DataTable with dataKey as a function
Complete initiated work on https://github.com/primefaces/primevue/pull/2595
2023-09-06 20:13:27 +02:00
Tuğçe Küçükoğlu 46cf924d09 Fixed #3888 - DataTable (Virtual Scroll): Cannot set properties of undefined (setting 'tabIndex') 2023-09-06 14:40:05 +03:00
Tuğçe Küçükoğlu 2619ae5b4e Fixed #4398 - Column: rowtogglericon slot does not expose p-row-toggler-icon class 2023-09-06 14:26:20 +03:00
Tuğçe Küçükoğlu 0e05407663 Fixed #4366 - DataTable: Icon slots issues 2023-09-06 12:08:44 +03:00
Tuğçe Küçükoğlu 43faf8704d Fixed #3921 - DataTable and TreeTable: new Paginator dropdown icon slots 2023-09-06 11:50:14 +03:00
Tuğçe Küçükoğlu bf62860c9f
Merge pull request #3520 from BenjaminMINK/feature/column-filter-apply-filter-prop
ColumnFilter: Add 'applyFilter' prop to filter template
2023-09-06 09:48:07 +03:00
mertsincan 5c94099fa7 Fixed #4389 - Rename PTOptions and DefaultPTOptions types with PassThrough and DefaultPassThrough types 2023-09-05 12:28:04 +01:00
mertsincan 91b27d7318 Fixed #4290 - Update d.ts files 2023-09-05 09:50:46 +01:00
BenjaminMINK b6c2073526 Merge branch 'master' into feature/column-filter-apply-filter-prop
# Conflicts:
#	components/lib/datatable/ColumnFilter.vue
2023-09-05 10:28:36 +02:00
Tuğçe Küçükoğlu 041bd3214c **PassThroughMethodOptions updated TS comments 2023-09-05 09:50:04 +03:00
Nicolas Granjon 88ac7e28f6
Fixed #4120 - DataTable: Selection and Row/Cell editing : Cannot input space character (#4333)
* Fixed #4120 - DataTable: Selection and Row/Cell editing : Cannot input space character

* Fixed #4337 - DataTable: editingRows is not reactive
2023-09-05 02:52:13 +01:00
Tuğçe Küçükoğlu 2419ec0a45 Update DataTable.d.ts 2023-09-01 16:27:43 +03:00
Tuğçe Küçükoğlu b9b1fd8e6a Refactor #4306 2023-09-01 13:06:53 +03:00
Tuğçe Küçükoğlu 63663f3a50 Revert "Typo fix"
This reverts commit 16fdf8fb17.
2023-09-01 12:26:27 +03:00
Tuğçe Küçükoğlu 16fdf8fb17 Typo fix 2023-09-01 11:54:34 +03:00
Tuğçe Küçükoğlu 9da4e1fe84
Merge pull request #4343 from NikoGJ/fix/4337
Fixed #4337 - DataTable: editingRows is not reactive
2023-09-01 10:51:06 +03:00
Bahadır Sofuoğlu acfaf6af9f Unit test fixes after major updates 2023-08-31 12:46:08 +03:00
NikoGJ 12ec288a80 Fixed #4337 - DataTable: editingRows is not reactive 2023-08-29 08:22:22 +02:00
mertsincan ed62934411 Added `data-pc-group-section` to some components 2023-08-28 10:20:55 +01:00
Tuğçe Küçükoğlu bb12c9e724 Fixed #4306 - DataTable: PT Options missing for Expansion Row Cell 2023-08-24 13:29:52 +03:00
Tuğçe Küçükoğlu d9b4cbfecc Fixed #4307 - Column: colspan only applied to thead>tr>td but should be applied to tbody>tr>td 2023-08-22 12:36:16 +03:00
Tuğçe Küçükoğlu 278b466672 Refactor #4285 2023-08-21 10:16:10 +03:00
Tuğçe Küçükoğlu 0a97b8fe7e Refactor #4285 2023-08-18 15:52:27 +03:00
Tuğçe Küçükoğlu 013b12693f Refactor #4008 2023-08-18 11:20:29 +03:00
Tuğçe Küçükoğlu 956bf9fce2
Merge pull request #4008 from andrewguy/improve-datatable-performance
Improve datatable performance
2023-08-18 11:18:01 +03:00
kyle-zadara 7529764482
#3858 #3896 - fix row grouping with pagination (#4011)
Co-authored-by: kyle-zadara <kyle.sabine@zadarastorage.com>
2023-08-18 02:42:05 +01:00
mertsincan 4ecc86838f Fixed #4289 - Improve `usePassThrough` method 2023-08-18 00:51:01 +01:00
1Map 956c8b4330 Merge remote-tracking branch 'upstream/master' 2023-08-17 15:20:19 +02:00
Andrew Guy 5815f36ee2
Use Map.get to retrieve data 2023-08-17 23:06:20 +10:00
Tuğçe Küçükoğlu 961ba354f5 Refactor #4285 - For DataTable 2023-08-17 15:39:18 +03:00
Tuğçe Küçükoğlu eb4406642d
Merge pull request #4243 from MoMack20/master
use Intl.Collator instead of localeCompare to boost sort time
2023-08-17 15:34:30 +03:00
Tuğçe Küçükoğlu 289ee220ed Refactor #4274 2023-08-17 10:16:25 +03:00
1Map 43f857874e DataTable in expand mode resizing problem 2023-08-16 12:40:28 +02:00
Tuğçe Küçükoğlu f7f87cc9a0 Fixed #4268 - Datatable: Menu Filter Icon Click Causes Column to Sort 2023-08-15 14:21:38 +03:00
mertsincan c42f45455c Fixed #4241 - Add Content Security Policy (CSP) config 2023-08-11 02:34:02 +01:00
Tuğçe Küçükoğlu 8c6d4d56d7 Fixed #3702 - DataTable and TreeTable: Column sorting not working correctly when using custom header template 2023-08-10 16:39:14 +03:00
Tuğçe Küçükoğlu 45bbeaa99a Fixed #4232 - Datatable: Cell Edit Numpad Enter not working 2023-08-10 10:41:00 +03:00
Tuğçe Küçükoğlu bdb266092a Fixed #4229 - Datatable: Filtering with grouping not working 2023-08-09 16:51:31 +03:00
MoMack20 c3790d7911
use Intl.Collator instead of localeCompare to boost sort time 2023-08-07 14:12:33 -04:00
mertsincan 6d3d420189 Fixed #4231 - Update d.ts 2023-08-02 17:07:22 +03:00
mertsincan 3c81f59ab2 Refactor #4231 - For DataTable 2023-08-02 15:00:36 +03:00