Implement paginated sortable table for results
This commit is contained in:
@@ -32,3 +32,5 @@ class DrilldownTable(Table):
|
||||
status = Column()
|
||||
user = Column()
|
||||
version_sentiment = Column()
|
||||
template_name = "ui/drilldown/table_results.html"
|
||||
paginate_by = 5
|
||||
|
||||
Reference in New Issue
Block a user