[GH-ISSUE #485] Sorting files by size #357

Closed
opened 2026-03-02 15:58:05 +03:00 by kerem · 4 comments
Owner

Originally created by @luisalvarado on GitHub (Jan 16, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/485

First amazing file manager. I love how it looks. Currently there is an issue with the sorting by size as you can see by the image, it sorts them by the first digit itself instead of analyzing the whole site:

image

So you can see that KB files are showing below MB files (or vice versa if sorted in a reversed order).

Originally created by @luisalvarado on GitHub (Jan 16, 2021). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/485 First amazing file manager. I love how it looks. Currently there is an issue with the sorting by size as you can see by the image, it sorts them by the first digit itself instead of analyzing the whole site: ![image](https://user-images.githubusercontent.com/29236/104817502-47e23100-57e7-11eb-976b-45a31cb906ad.png) So you can see that KB files are showing below MB files (or vice versa if sorted in a reversed order).
kerem closed this issue 2026-03-02 15:58:05 +03:00
Author
Owner

@alex321test commented on GitHub (Apr 18, 2021):

issue with the sorting by date too

<!-- gh-comment-id:821970599 --> @alex321test commented on GitHub (Apr 18, 2021): issue with the sorting by date too
Author
Owner

@luisalvarado commented on GitHub (May 26, 2021):

Was not able to do a fix for it, just waiting for developers to see this.

<!-- gh-comment-id:849076215 --> @luisalvarado commented on GitHub (May 26, 2021): Was not able to do a fix for it, just waiting for developers to see this.
Author
Owner

@EV-soft commented on GitHub (May 27, 2021):

Error on line 2034 wrong: <td data-sort="b-"<?php ...
Should be: <td data-sort="b-<?php ...

<!-- gh-comment-id:849375448 --> @EV-soft commented on GitHub (May 27, 2021): Error on line 2034 wrong: `<td data-sort="b-"<?php ...` Should be: `<td data-sort="b-<?php ...`
Author
Owner

@EV-soft commented on GitHub (May 27, 2021):

Look and test this:
Fix sorting column size and correct appearance #559

<!-- gh-comment-id:849620989 --> @EV-soft commented on GitHub (May 27, 2021): Look and test this: Fix sorting column size and correct appearance #559
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#357
No description provided.