Filters and pagination on Virtual Hosts page

Hi DevilBox Team!

My suggestion is to implement a search filter on Virtual Hosts Page and pagination because when there are many projects it is hard to find the necessary one.
In fact, it is very easy to do if you just embed the table with Datatable https://datatables.net/
It will provide Ajax filter and pagination.
Or, if it is not possible for you to do in the nearest future, please tell me which file is rendering the table in front end and is it possible to override it so, that it will not change on updates.
Thanks!

There is currently a new and modern web ui in the makes (by hurrtz).
The front-end is about 90% finished and I am still working on the rewrite for the API endpoints.

This new ui will make it much easier to implement front-end side features (such as pagination, sorting, etc)

Thank you! I’ll be waiting for this version.
For now I succeeded to integrate on my installation data tables (without pagination) which provides filtration.
With pagination there is a conflict of scripts and on other pages background color for hosts is not working.