Add Bootstrap class-names to Typo3 tables

Viewed 4009

Is there a possibility to add Bootstrap table-classes to tables created in Typo3 v6.1? I have noticed the setting "Additional CSS Class" when creating a page of type "Table", but:

  1. it doesn't add any classes to my table
  2. it doesn't support adding multiple classes (commas, spaces etc. get stripped when saving)

I would to add class="table table-hover" to any table I create. Also, I don't think that I need the default class "contenttable".

2 Answers
Related