Sha256: b7185d4caaf197ecc860e2e217e3920d50a9e8e045c1179829904781638bd63d

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

.mensa-table__control_bar data-mensa-table-target="controlBar"
  .flex.space-x-2.justify-right
    button.flex.justify-right.cursor-pointer.py-1.5.h-full.text-gray-400 class="#{table.supports_views? ? 'w-8' : 'w-4'}" data-action="mensa-table#openFiltersAndSearch"
      - if table.supports_views?
        i class=Mensa.config.icons[:control_bar_search]
      - if table.supports_filters?
        i class=Mensa.config.icons[:control_bar_filter]
    /- if view_columns_sorting?
      button.cursor-pointer.w-6.h-full.text-gray-400
        i class=Mensa.config.icons[:control_bar_edit]
    - if view_condensed_toggle?
      button.cursor-pointer.w-6.h-full.text-gray-400 data-action="mensa-table#condenseExpand"
        i data-mensa-table-target="condenseExpandIcon" class=Mensa.config.icons[:control_bar_compress]
    - if table.config[:render]&.key?(:xlsx)
      button.cursor-pointer.w-6.h-full.text-gray-400 data-action="mensa-table#export"
        i data-mensa-table-target="exportIcon" class=Mensa.config.icons[:control_bar_export]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mensa-0.1.15 app/components/mensa/control_bar/component.html.slim
mensa-0.1.14 app/components/mensa/control_bar/component.html.slim
mensa-0.1.13 app/components/mensa/control_bar/component.html.slim
mensa-0.1.12 app/components/mensa/control_bar/component.html.slim
mensa-0.1.10 app/components/mensa/control_bar/component.html.slim