UNPKG

simple-datatables

Version:

A lightweight, dependency-free JavaScript HTML table plugin.

12 lines (11 loc) 527 B
/* simple-datatables * Copyright (c) 2015-2017 Karl Saunders (https://mobius.ovh) * Copyright (c) 2018- Johannes Wilm (https://www.johanneswilm.org) * Licensed under LGPL (https://opensource.org/licenses/lgpl-license) */ export {DataTable} from "./datatable" export {convertCSV, convertJSON} from "./convert" export {exportCSV, exportJSON, exportSQL, exportTXT} from "./export" export {createElement, isJson, isObject} from "./helpers" export {makeEditable} from "./editing" export {addColumnFilter} from "./column_filter"