Show:

This component mimics the flexberry-groupedit component in the edit form constructor.

Properties

_cells

Ember.NativeArray private
Cells for each row, they are always generated anew.

_rows

Ember.NativeArray private
The rows generated for rendering in the table.

_rowsOnPage

Ember.NativeArray private
The rows displayed on the current page.

page

Number
The current page.

Default: 1

perPage

Number
The count of rows showing on per page.

Default: 5

rowsCount

Number

The count of rows that will be generated to render the table.

Default: 5

types

Array
An array of types used in the view.

view

FdDevViewModel
The view on which the table will be rendered.