Skip to content
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

fix: 🐛 la fonction de tri par dĂ©faut sur le DsfrDataTable #958

Merged
merged 3 commits into from
Oct 21, 2024

Conversation

CopperGiraffe
Copy link
Contributor

Hello vue-dsfr,

Le tri ne fonctionne pas comme attendu sur le DsfrDataTable, en effet dans la mĂ©thode de tri par dĂ©faut c’est toujours le props.sorted qui sert pour dĂ©terminer quel clĂ© est utilisĂ©e. C’est plutĂŽt sortedBy.value qui devrait ĂȘtre utilisĂ©.

J’ajoute (non corrigĂ© ici) que le tri ne fonctionne pas pour les colonnes qui ont une key (dans la dĂ©finition des colonnes) qui ne correspond pas Ă  un attribut de l’objet, et il est impossible d’avoir un tri fonctionnel sur ces colonnes actuellement.

Copy link

netlify bot commented Oct 10, 2024

đŸ‘· Deploy request for vue-dsfr pending review.

Visit the deploys page to approve it

Name Link
🔹 Latest commit f6f60b6

Copy link

netlify bot commented Oct 10, 2024

✅ Deploy Preview for docs-vue-dsfr ready!

Name Link
🔹 Latest commit f6f60b6
🔍 Latest deploy log https://app.netlify.com/sites/docs-vue-dsfr/deploys/6707def7c839fb00082793bb
😎 Deploy Preview https://deploy-preview-958--docs-vue-dsfr.netlify.app
đŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Oct 10, 2024

✅ Deploy Preview for demo-vue-dsfr ready!

Name Link
🔹 Latest commit f6f60b6
🔍 Latest deploy log https://app.netlify.com/sites/demo-vue-dsfr/deploys/6707def760f1120008ae45df
😎 Deploy Preview https://deploy-preview-958--demo-vue-dsfr.netlify.app
đŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@laruiss laruiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il faut résoudre le problÚme de lint

@laruiss laruiss merged commit d9a4ef9 into dnum-mi:develop Oct 21, 2024
8 of 9 checks passed
Copy link

🎉 This issue has been resolved in version 7.0.2 🎉

The release is available on:

Your semantic-release bot 📩🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants