Sha256: ced019ef5c4d5c55e2b808166b937846e3531366666a2ab120cf9fa319a7fa2d

Contents?: true

Size: 781 Bytes

Versions: 6

Compression:

Stored size: 781 Bytes

Contents

<!--
Adds bootstrap styling to `<table-plus>`
-->
<extend tag="table-plus">
  <old-table-plus merge>
    <table: class="table table-striped table-bordered" style="clear: both;"/>
    <header: style="float: right;"/>
    <actions-view:><bootstrap-table-actions/></actions-view:>
    <search-filter:>
      <search-form: class="form-search" remove-class="form-horizontal" style="display: inline;" />
      <label: replace/>
      <input: class="search-query" placeholder="&t('hobo.table_plus.search', :default=>'Search')"/>
      <search-submit: remove-class="btn-primary" class="btn-small"/>
      <clear-form: class="form-search" remove-class="form-horizontal" style="display: inline;"/>
      <clear-submit: class="btn-small"/>
    </search-filter:>
  </old-table-plus>
</extend>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hobo_bootstrap-2.2.6 taglibs/table-plus.dryml
hobo_bootstrap-2.2.5 taglibs/table-plus.dryml
hobo_bootstrap-2.2.4 taglibs/table-plus.dryml
hobo_bootstrap-2.2.3 taglibs/table-plus.dryml
hobo_bootstrap-2.2.2 taglibs/table-plus.dryml
hobo_bootstrap-2.2.0 taglibs/table-plus.dryml