You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If my table starts with a header row, I can use apply_theme('basic') to highlight it.
But if my table doesn't start with a header row, and I want to display names for the columns, I'd like to be able to specify them when calling make_table()
The text was updated successfully, but these errors were encountered:
If my table starts with a header row, I can use
apply_theme('basic')
to highlight it.But if my table doesn't start with a header row, and I want to display names for the columns, I'd like to be able to specify them when calling make_table()
The text was updated successfully, but these errors were encountered: