kingmo888 / rustdesk-api-server

基于Django的RustDesk Api&Web Server,除了支持api所有功能,还支持web注册、管理、展示等。已支持到最新1.2.3版本。
489 stars 114 forks source link

[WEB-UI] Support sort by column #79

Closed liminghuang closed 1 week ago

liminghuang commented 2 months ago

When I list all devices, I want to filter something, like online devices first. For general listview, could you help to support this function? When I click "状态" or "更新时间" columns, I can see those specific devices first.

kingmo888 commented 2 months ago

At present, it is all static output, so the function you mentioned is not currently supported.

In the future, I plan to rewrite the front-end UI and present it in the form of dynamic tables. At this point, all the functions you need will be implemented.

So, wait for now.