leiweibau / Pi.Alert

Scan the devices connected to your WIFI / LAN and alert you the connection of unknown devices. It also warns if a "always connected" device disconnects. In addition, it is possible to check web services for availability. For this purpose HTTP status codes and the response time of the service are evaluated.
https://leiweibau.net
GNU General Public License v3.0
342 stars 25 forks source link

[Feature Request] Customizable columns for device list #245

Closed Porencephaly closed 5 months ago

Porencephaly commented 6 months ago

It would be great to have the ability to change the order of the columns in the device list. (ie. being able to move "Last IP" directly next to "name").

Another nice feature, though less important than the above request, would being able to change the width of the columns and have it remain at the configured width instead of automatically changing based on the length of the longest name displayed. In case it's not clear, I'm thinking something somewhat similar to Excel in function.

This is similar to Feature Request #63 though adds some new functionality

Thanks for your hard work!

leiweibau commented 6 months ago

Thank you for the constructive suggestion for improvement. :thumbsup: I have to say at this point that I will not be implementing this. I admit that this is far too much effort for me, which can also lead to many sources of error creeping in during implementation, and debugging Javascript is no fun for me. :cursing_face: I hope you understand that.

If someone makes a pull request in this regard, I would be happy to take a look at it.

leiweibau commented 5 months ago

Working on (https://github.com/leiweibau/Pi.Alert/issues/257) influences this feature request, because I explicitly address column IDs there. If the order changes, the predefined filter, which is dependent on the relevant column ID, will no longer work correctly.