Add field to table
This commit is contained in:
@@ -67,5 +67,7 @@ class DrilldownTable(Table):
|
||||
mtype = Column()
|
||||
tokens = Column()
|
||||
hidden = Column()
|
||||
filename = Column()
|
||||
|
||||
template_name = "ui/drilldown/table_results.html"
|
||||
paginate_by = settings.DRILLDOWN_RESULTS_PER_PAGE
|
||||
|
||||
Reference in New Issue
Block a user