gohttpserver icon indicating copy to clipboard operation
gohttpserver copied to clipboard

文件是否可以按文件名排序?

Open zhurizeng opened this issue 7 years ago • 4 comments

1、列表中的文件是否可以按文件夹和文件名进行排序?如:似windows的文件资源管理器中的显示。 2、文件夹内的总文件大小不正确(服务端在windows系统平台),有些显示“~ 0 B”实际文件夹内是有文件,且文件是有内容大小不为0B的。

zhurizeng avatar May 03 '18 08:05 zhurizeng

那个文件夹的大小是大约,用来大概估算用的。 按照名字排序的,需要排期来做了

codeskyblue avatar Sep 25 '18 08:09 codeskyblue

Can you make a filter box, if I type "yyy", it only list the file/folder have 'yyy', hide all others.

If i clean the filter box, show the full list of file/folders.

This would be easy for user, if I have 3000 files, I only want to see file name have 'xxxx_2017.pdf' or I only want to see 'xxxx.png'

I use filter box, to type 'png', hide other files, only show png, vue, datatable should be easy do this, but yours I don't know if it is a easy thing, or you have to re-wrote some code to do it.

https://vuetifyjs.com/en/components/data-tables

hoogw avatar Dec 17 '18 18:12 hoogw

will rewrite in element-ui when there is time

codeskyblue avatar Dec 19 '18 14:12 codeskyblue

到现在也没有排序呀。

Herts avatar May 28 '21 11:05 Herts