@visactor/vtable-search
TypeScript icon, indicating that this package has built-in type declarations

1.3.3 • Public • Published

VTable-Export

VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.React-VTable is a React wrapper of VTable.

npm Version npm Download license

Usage

Installation

npm package

// npm
npm install @visactor/vtable-search

// yarn
yarn add @visactor/vtable-search

Quick Start

const option = {
  container: document.getElementById(CONTAINER_ID),
  records,
  columns,
};
const tableInstance = new VTable.ListTable(option);
window.tableInstance = tableInstance;

const search = new SearchComponent({
  table: tableInstance,
  autoJump: true
});
window.search = search;

More demos and detailed tutorials

Related Links

Ecosystem

Project Description
AI-generated Components AI-generated table component.

Contribution

If you would like to contribute, please read the Code of Conduct Guide first。

Small streams converge to make great rivers and seas!

License

MIT License

/@visactor/vtable-search/

    Package Sidebar

    Install

    npm i @visactor/vtable-search

    Weekly Downloads

    600

    Version

    1.3.3

    License

    MIT

    Unpacked Size

    53.5 kB

    Total Files

    22

    Last publish

    Collaborators

    • zhouxinyu66888
    • da730
    • xile611
    • simaq
    • ray_sun
    • liufangfang
    • xiaoluohe
    • lixuefei.1313
    • ssfxz
    • purpose233
    • youngwinds
    • chensiji.0517
    • zamhown
    • xuanhun
    • visactorowner