Standardized List Table Entry Deletion
Every single table in the database has a number of standard functions for it. This is the list record component. The fields that are in the list can be custom configured on what fields are displayed. There are also optimization configurations that can be done to ensure appropriate performance for large data sets (caching vs non caching and direct sql vs django calls)

Step 1: This is an example of a List view which includes pagination due to the record volume.

Step 2: You can filter and search for a particular record

Step 3: You can sort using the drop down in the sort area

Step 4: Alternatively, you can sort by clicking on the header . It will also allow you to reverse sort by clicking twise.