mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #1184] Sorting arrows are not there #761
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#761
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 @anderewrey on GitHub (May 20, 2024).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1184
I'm on version 2.5.3 and maybe it is a local config problem, but the sorting arrows on filename/size/date columns are not displayed (and so, not possible to sort). I have that problem on both my laptop browser and on my smartphone browser.
While I can see these arrows on the demo, they are not visible on my hosted site.
Any idea how to investigate the problem?
Thanks
@prasathmani commented on GitHub (May 21, 2024):
not sure, arrow icons are loading from css
@anderewrey commented on GitHub (May 21, 2024):
so the icon is embedded and associated to css style over the header. I will start there. Thanks.
From your knowledge, nothing should prevent that sorting ability, right?
@prasathmani commented on GitHub (May 21, 2024):
yes
@anderewrey commented on GitHub (May 23, 2024):
Found the error, and your master branch is no more affected because you're now fetching the assets on the web directly.
But in v2.5.3: https://github.com/prasathmani/tinyfilemanager/releases/tag/2.5.3
https://github.com/prasathmani/tinyfilemanager/blob/2.5.3/tinyfilemanager.php#L149
and on Linux, the path is case-sensitive: https://github.com/prasathmani/tinyfilemanager/blob/2.5.3/assets/js/datatables.min.js
see the capital 'T' in dataTable.
Since the real file has capital 'T' :
It means the problem happened when you copied the file in the assert folder.