File

src/lib/markup-kit/page-layouts/table-page/table-page.component.ts

Description

A component representing a table page layout.

Example of usage:

<mefdev-table-page>
  <ng-template #filter_colum>
    <!-- Content for the filter column -->
  </ng-template>
</mefdev-table-page>

https://mef.dev/ui_kit_demo/view/page_layouts/table_page

Implements

OnInit

Metadata

Index

Properties

Constructor

constructor()

Properties

filter_colum
Type : TemplateRef<void>
Decorators :
@ContentChild('filter_colum')

The template reference to the content of the filter column.

  <ng-template #filter_colum>
    <!-- Content for the filter column -->
  </ng-template>

results matching ""

    No results matching ""