awesome-data-view
Version:
15 lines (14 loc) • 756 B
JavaScript
import AwesomeDataView from './awesome-data-view';
import Pipelined from './interface/Pipelined';
import hexToRGBA from './helpers/hexToRGB';
import PaleColor from './helpers/PaleColor';
import PopupButton from './helpers/PopupButton';
import SetStyle from './helpers/SetStyle';
import Unique from './helpers/Unique';
import FilterWhere from './pipelines/FilterWhere';
import GroupBy from './pipelines/GroupBy';
import Paginate from './pipelines/Paginate';
import SortBy from './pipelines/SortBy';
import TruncateCell from './pipelines/TruncateCell'
import TableRenderer from './table-renderer';
export { AwesomeDataView, TableRenderer, GroupBy, Paginate, SortBy, TruncateCell, FilterWhere, Pipelined, hexToRGBA, PaleColor, PopupButton, SetStyle, Unique }