BamaCharanChhandogi / Diabetes-Prediction

This website provides a platform for users to predict their likelihood of developing diabetes based on various factors.
https://diabetes-prediction-gamma.vercel.app/
MIT License
19 stars 44 forks source link

Feature Enhancement : Added sorting option in each column #76

Closed mukilan2815 closed 3 months ago

mukilan2815 commented 4 months ago

image

When user press the column name , it will sort in ascending , if user presses it again then it will sort in descending order. GSSOC'24

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
diabetes-prediction ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 5, 2024 9:54am
BamaCharanChhandogi commented 4 months ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

mukilan2815 commented 4 months ago

Just added some packages like mantine and loadsh for better performance.

BamaCharanChhandogi commented 4 months ago

By default, the sorting icon is not visible. I think we can not understand whether the sorting functionality is available or not. So I think by default icon should be visible.

mukilan2815 commented 4 months ago

Fixed the changes check it now and close this under GSSOC'24

71