What would be the best/easiest way to retrieve data from a database (Customer info) and display it on a custom page but with the controls of a list: like sort, filter, views and search in the list?
The information is not static so a one-time import to a list is not an option. An option would be to trigger updates in de database, clear the list and re-import the data but I don't want to have the list displaying the new items tag every time this happens.