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
I recently switched a view from a single table view to a multi-table view - but I need to generate my table classes dynamically per view. With SingleTableMixin this is easy as one just overrides the get_table_class method, but there isn't an equivalent in MultiTableMixin and I wondered if there was a good reason for this?
I've hacked out a possible way and will put a pull request in if it's of any interest....
The text was updated successfully, but these errors were encountered:
I recently switched a view from a single table view to a multi-table view - but I need to generate my table classes dynamically per view. With SingleTableMixin this is easy as one just overrides the get_table_class method, but there isn't an equivalent in MultiTableMixin and I wondered if there was a good reason for this?
I've hacked out a possible way and will put a pull request in if it's of any interest....
The text was updated successfully, but these errors were encountered: