Could it be possible to pass in the classes for a bootstrap table but having no default? Something like: ``` <datatable class="table table-bordered" :columns="columns" :data="rows" :filter-by="filter"></datatable> ```