Skip to main content

Table Plugin

Table plugin is a plugin that allows you to display the data in a table view.

Install

Import the table plugin from @carry0987/paginator/plugins/table:

import { tablePlugin, Table } from '@carry0987/paginator/plugins/table';

or use a CDN to import the UMD format:

<script src="https://unpkg.com/@carry0987/paginator/plugins/table/dist/table.min.js"></script>
tip

In UMD, the plugin globally exposed paginatorjs.plugins.table, e.g:

paginatorjs.plugins.table.Table