Tables List and Detail working

TODO: Save SortOrder also, Drag and Drop ordering
This commit is contained in:
Amritanshu
2019-06-14 09:28:30 +05:30
parent d59c60e81d
commit 5093bdc391
23 changed files with 615 additions and 76 deletions

View File

@ -0,0 +1,6 @@
export class Table {
id: string;
name: string;
location: string;
isActive: boolean;
}