diff --git a/src/index.js b/src/index.js index 2a6f2a11..673541dd 100644 --- a/src/index.js +++ b/src/index.js @@ -10,6 +10,7 @@ import view from './widgets/view/widget.vue'; import navigation from './widgets/navigation/widget.vue'; import status from './widgets/status/widget.vue'; import textfield from './widgets/textfield/widget.vue'; +import table from './widgets/table/widget.vue'; import _store from './core/store'; import _bus from './core/eventBus'; @@ -23,6 +24,7 @@ export const View = view; export const Navigation = navigation; export const Status = status; export const Textfield = textfield; +export const Table = table; export const bus = _bus; export const store = _store; diff --git a/src/widgets/table/widget.vue b/src/widgets/table/widget.vue new file mode 100644 index 00000000..d9ae4493 --- /dev/null +++ b/src/widgets/table/widget.vue @@ -0,0 +1,92 @@ + + + + + +