Skip to content

Commit b720df0

Browse files
author
Dmitry Voytsekhovskiy
committed
Release 0.2.1
1 parent 730db56 commit b720df0

File tree

10 files changed

+2056
-0
lines changed

10 files changed

+2056
-0
lines changed

dist/Table.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
define(["jquery", "angara.tablejs", "exports"], function ($, TableViewer, exports) {
2+
exports.Show = function (tableSource, container) {
3+
TableViewer.show(container, tableSource);
4+
};
5+
});

0 commit comments

Comments
 (0)