I would like to set the class for a table in html export, e.g.:
<table class="table table-striped">
While it seems that setting some attributes for export of tables to HTML are possible:
#+ATTR_HTML: :border 2 :rules all :frame border
I could not find any documentation on setting the class. Is this possible?