Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@visactor/openinula-vtable

Package Overview
Dependencies
Maintainers
0
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visactor/openinula-vtable

The openinula version of VTable

  • 1.11.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
378
decreased by-52.63%
Maintainers
0
Weekly downloads
 
Created
Source
VisActor Logo

Openinula-VTable

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

npm Version npm Download license

Usage

Installation

npm package

// npm
npm install @visactor/openinula-vtable

// yarn
yarn add @visactor/openinula-vtable

Quick Start

import Inula from 'openinula';

const option = {
  header: [
    {
      field: "0",
      caption: "name",
    },
    {
      field: "1",
      caption: "age",
    },
    {
      field: "2",
      caption: "gender",
    },
    {
      field: "3",
      caption: "hobby",
    },
  ],
  records: new Array(1000).fill(["John", 18, "male", "🏀"]),
};

Inula.render(
  <ListTable option={option} height={'500px'}/>,
  (document.getElementById('root') as HTMLElement)
);

More demos and detailed tutorials

Ecosystem

ProjectDescription
AI-generated ComponentsAI-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

Keywords

FAQs

Package last updated on 28 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc