JSPM

  • Created
  • Published
  • Downloads 77
  • Score
    100M100P100Q81623F
  • License ISC

Tables

Package Exports

  • @enso-ui/tables/bulma

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@enso-ui/tables) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Tables

npm license npm download GitHub top language GitHub issues npm version

DataTable Vue Components with a Bulma implementation over a renderless core

Usage

Unless where specified otherwise, the components can be used outside of the Enso ecosystem.

Demo

For live examples and demos, you may visit laravel-enso.com

Check the full documentation at docs.laravel-enso.com.

Installation

Install the package:

yarn add @enso-ui/tables

Import the desired component(s):

import { VueTable, EnsoTable } from '@enso-ui/tables/bulma';
import { VueTable } from '@enso-ui/tables/renderless';

Exports

@enso-ui/tables/bulma:

  • EnsoTable,
  • VueTable,

@enso-ui/tables/renderless:

  • VueTable,

Questions & Issues

For questions and support please use the issues functionality for this package's github repository.

Please make sure to search for existing issues before creating a new issue, and when opening a new issue, fill the required information in the issue template.

Issues not conforming to the guidelines may be closed immediately.

Depends on

  • @enso-ui/directives,
  • @enso-ui/dropdown,
  • @enso-ui/loader,
  • @enso-ui/modal,
  • @fortawesome/fontawesome-free,
  • @fortawesome/fontawesome-svg-core,
  • @fortawesome/free-solid-svg-icons,
  • @fortawesome/vue-fontawesome,
  • accounting-js,
  • css-element-queries,
  • lodash,
  • v-tooltip,
  • vue,
  • vuex,

Contributions

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!

License

ISC