Make the table dynamic
This commit is contained in:
@@ -15,6 +15,8 @@ class DrilldownTable(Table):
|
||||
num = Column()
|
||||
src = Column()
|
||||
ts = Column()
|
||||
# date = Column()
|
||||
# time = Column()
|
||||
type = Column()
|
||||
bot = Column()
|
||||
channel = Column()
|
||||
@@ -32,5 +34,9 @@ class DrilldownTable(Table):
|
||||
status = Column()
|
||||
user = Column()
|
||||
version_sentiment = Column()
|
||||
exemption = Column()
|
||||
num_chans = Column()
|
||||
num_users = Column()
|
||||
template_name = "ui/drilldown/table_results.html"
|
||||
paginate_by = 5
|
||||
row_attrs = "is-primary"
|
||||
|
||||
Reference in New Issue
Block a user