Skip to main content
Tables
Basic Static Table
This table is built on a lower level class that provides a lot of flexibility, but can often require more code to specify. You can use any data source as appropriate. Here, we are manually adding data in rows.
AJAX Model Table
This table is built on a lower level class that provides a lot of flexibility, but can often require more code to specify. You can use any data source as appropriate. Here, we are using a Django Model.
Basic Model Table
This table is built on a high level class designed to work easily with Django models. It automatically generates the table columns and provides a lot of flexibility for customization. It is dynamic, using AJAX to retrieve data from the server.
Widget Cell Table