-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Permettre de trier les données de PixTable
(PIX-15560)
#783
Conversation
Une fois l'application déployée, elle sera accessible à cette adresse https://ui-pr783.review.pix.fr |
acfaab8
to
fef18aa
Compare
fef18aa
to
72ba020
Compare
72ba020
to
59372f0
Compare
59372f0
to
796ef05
Compare
e605c5a
to
36263bc
Compare
7bdf848
to
fc406b4
Compare
PixTable
(PIX-15560)PixTable
(PIX-15560)
PixTable
(PIX-15560)PixTable
(PIX-15560)
fc406b4
to
4882591
Compare
4882591
to
c83b492
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎄 🎅 🎁 LGTM 🎁 🎅 🎄
71d2529
to
e2d8519
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est top ! merci
@@ -103,4 +93,7 @@ Default.args = { | |||
age: 25, | |||
}, | |||
], | |||
onNameSort: () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion : Je ne vois pas ou c'est utilisé, est ce que c'est encore nécessaire ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'était pour l"exemple mais aussi pour pouvoir afficher les icones de sort il faut qu'une fonction soit transmise sur le @OnSort.
Co-authored-by: Jérémie Jadé <jeremie.jade@pix.fr> Co-authored-by: Fael Bassetti <fael.bassetti@pix.fr> # Conflicts: # addon/components/pix-table-column.js
Co-authored-by: Jérémie Jadé <jeremie.jade@pix.fr> Co-authored-by: Fael Bassetti <fael.bassetti@pix.fr>
Co-authored-by: Jérémie Jadé <jeremie.jade@pix.fr> Co-authored-by: Fael Bassetti <fael.bassetti@pix.fr>
Co-authored-by: Iris Benoit-Martin <iris.benoit-martin@pix.fr> Co-authored-by: Jérémie Jadé <jeremie.jade@pix.fr>
Co-authored-by: Iris Benoit <iris.benoit@pix.fr>
c83b492
to
a00d884
Compare
# [51.4.0](v51.3.0...v51.4.0) (2024-12-13) ### 🚀 Amélioration - [#783](#783) Permettre de trier les données de `PixTable` (PIX-15560)
🎉 This PR is included in version 51.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎄 Problème
On ne peut pas facilement trier les lignes d'un tableau
PixTable
.🎁 Proposition
Ajout de la gestion de l'état du tri du tableau.
🌟 Remarques
Il existe un dummy
/table
pour qui est motivé de faire tourner cette PR en local.🎅 Pour tester