Make the table dynamic

This commit is contained in:
2022-08-10 20:35:34 +01:00
parent 44f05ad63b
commit d36f397c6e
2 changed files with 177 additions and 2 deletions

View File

@@ -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"