Tables List and Detail working
TODO: Save SortOrder also, Drag and Drop ordering
This commit is contained in:
6
bookie/src/app/core/table.ts
Normal file
6
bookie/src/app/core/table.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export class Table {
|
||||
id: string;
|
||||
name: string;
|
||||
location: string;
|
||||
isActive: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user