Simple Column HTML
//page.js
export class Page {
//collection to display
myCollection = [
{index:1, name:"Leif"},
{index:2, name:"Per"},
{index:3, name:"John"},
];
}
All attributes we have available :
More details about the attibutes:
col-width:
col-type:
col-field: (REQUIRED)
col-sort:
col-header-name:
col-filter:
col-filter-top:
col-css:
col-add-row-attributes:
col-add-filter-attributes:
Last updated