VTable/packages/vtable-search
2024-08-20 11:54:36 +08:00
..
demo fix: custom-stype update in updateOption() 2024-06-04 19:37:13 +08:00
src fix: custom-stype update in updateOption() 2024-06-04 19:37:13 +08:00
.eslintrc.js fix vscode editor tip error for windows 2024-03-13 17:20:06 +08:00
bundler.config.js
package.json feat: update visactor version 2024-08-20 11:54:36 +08:00
README.md feat: add ignoreIcon&formatExportOutput config in vtable-export #1813 2024-06-12 20:38:25 +08:00
setup-mock.js
tscofig.eslint.json
tsconfig.json

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