Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ngduc committed Jan 20, 2022
1 parent adb2e9e commit 5105b4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ReactTabulatorExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ var __extends = (this && this.__extends) || (function () {
var _a;
exports.__esModule = true;
var React = require("react");
// for styles:
// import 'react-tabulator/lib/styles.css'; // default theme
// import 'react-tabulator/css/bootstrap/tabulator_bootstrap.min.css'; // use Theme(s)
var ReactTabulator_1 = require("./ReactTabulator");
var DateEditor_1 = require("./editors/DateEditor");
var MultiSelectEditor_1 = require("./editors/MultiSelectEditor");
Expand Down
4 changes: 4 additions & 0 deletions src/ReactTabulatorExample.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import * as React from 'react';

// for styles:
// import 'react-tabulator/lib/styles.css'; // default theme
// import 'react-tabulator/css/bootstrap/tabulator_bootstrap.min.css'; // use Theme(s)
import ReactTabulator, { ReactTabulatorOptions } from './ReactTabulator';

import DateEditor from './editors/DateEditor';
Expand Down

0 comments on commit 5105b4a

Please sign in to comment.