... items from your database with something like items = ItemModel.query.all() # Populate the table table = ItemTable(items) # Print the html print(table.
確定! 回上一頁