Skip to content

Instantly share code, notes, and snippets.

View hebertlima's full-sized avatar
👨‍💻
Working from home

Hebert Lima hebertlima

👨‍💻
Working from home
View GitHub Profile
@hebertlima
hebertlima / table.ts
Last active September 26, 2020 15:25
table.ts
export class Table {
headers: [{
title: 'Header 1',
code: 'header'
}];
data: any;
hiddenFields: any[];
tablefields: any[];
tableTrExpand: false;
button: ButtonTable;