We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently in NMRium we have 5 different ways to display the number of selected items versus the total number of entries.
We need a component to display this simple information (if it is not yet available) and the first place it should be used is:
I would suggest to always have [ selected / total ]. Take care that all the spaces are Thin Space (https://www.compart.com/en/unicode/U+2009)
Thin Space
Here is the difference between normal space and thin space
If selected is undefined we whould only display the total [ total ]
[ total ]
Once done it should be implemented in NMRium.
The text was updated successfully, but these errors were encountered:
wadjih-bencheikh18
Successfully merging a pull request may close this issue.
Currently in NMRium we have 5 different ways to display the number of selected items versus the total number of entries.
We need a component to display this simple information (if it is not yet available) and the first place it should be used is:
I would suggest to always have [ selected / total ]. Take care that all the spaces are
Thin Space
(https://www.compart.com/en/unicode/U+2009)Here is the difference between normal space and thin space
If selected is undefined we whould only display the total
[ total ]
Once done it should be implemented in NMRium.
The text was updated successfully, but these errors were encountered: