📄️ Getting started
The Table (list) view of an admin model can be highly customized using sbadminlistdisplay.
📄️ Python Field Formatting
You can use a Python function to dynamically format how a value is rendered in the table view.
📄️ Filters and Saved Views
Just like Django’s list_filter, SmartBase supports adding filters based on model fields, including related fields.