Django Development with Djblets: Data Grids
Friday, July 25th, 2008It’s been a while since my last post in this series, but this one’s a good one.
A common task in many web applications is to display a grid of data, such as rows from a database. Think the Inbox from GMail, the model lists from the Django administration interface, or the Dashboard from Review Board. [...]