Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.01 KB

paper-table

<paper-table> is an element, representing a table content.

Specified attributes:

sortable is a boolean attribute, it will badge the sorting by alphabet;

filter is a boolean attribute, it will badget the filtering table by input variable.

Example:

<paper-table label="Header">
  <paper-column label="Key"
                sortable
                name="key"></paper-column>

  <paper-column label="First Name"
                filter
                name="firstName"></paper-column>
</paper-table>

OnScroll Callback

paperTable.callback = promise.bind(this);

Если есть данные которые должны находиться внутри модели, но не отображаться тогда используйте префикс _

Styling

The following custom properties and mixins are available for styling:

Custom property Description
--paper-table-header-background-color The background color of the header