mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #485] Sorting files by size #357
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#357
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
So you can see that KB files are showing below MB files (or vice versa if sorted in a reversed order).
@alex321test commented on GitHub (Apr 18, 2021):
issue with the sorting by date too
@luisalvarado commented on GitHub (May 26, 2021):
Was not able to do a fix for it, just waiting for developers to see this.
@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 ...@EV-soft commented on GitHub (May 27, 2021):
Look and test this:
Fix sorting column size and correct appearance #559