UNPKG

@alihbuzaid/ember-ui

Version:

Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.

19 lines (9 loc) 679 B
# Next View Section Subheader Component This is a reusable Next View Section Subheader component that allows you to display a header with a title, subtitle, icon and an optional search bar. You can also provide actions to be displayed on the right side of the header. ## Example ```hbs <Layout::Section::Body> <Table @rows={{@model}} @columns={{this.columns}} @selectable={{true}} @canSelectAll={{true}} @onSetup={{fn (mut this.table)}} @pagination={{true}} @paginationMeta={{@model.meta}} @page={{this.page}} @onPageChange={{fn (mut this.page)}} @tfootVerticalOffset="53" @tfootVerticalOffsetElements=".next-view-section-subheader" /> </Layout::Section::Body> ```