t-public-table

1.0.39 • Public • Published

t-public-table

Project setup

yarn add t-public-table -D -S

Cite

 <TPublicTable 
    :options="tableOptions"
/>

import PublicTable from 't-public-table';
const { TPublicTable, tableService } = PublicTable;
components: {
    TPublicTable,
}

Props

create service

see ~/service/demoService.js

tableOptions = tableService(params).getTableOptions({
    onSelectChange: this.onSelectChange,
    handleCommand: this.handleCommand,
    handleOperation: this.handleOperation,
});

Event

see demoService

Customize configuration

See API.

Package Sidebar

Install

npm i t-public-table

Weekly Downloads

9

Version

1.0.39

License

ISC

Unpacked Size

13.7 kB

Total Files

7

Last publish

Collaborators

  • the.one