# @rewikipx/simple-rewiki-tstacktable

> Headless UI for building powerful tables & datagrids for React and future development web3.

Latest version **1.0.3** (published 2024-03-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install @rewikipx/simple-rewiki-tstacktable
pnpm add @rewikipx/simple-rewiki-tstacktable
yarn add @rewikipx/simple-rewiki-tstacktable
bun add @rewikipx/simple-rewiki-tstacktable
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2024-03-02 |
| First published | 2024-02-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=12 |
| Dependencies | 3 |
| Unpacked size | 104.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Rewiki Px |
| Maintainers | rewikipx |
| Keywords | react, table, react-table, datagrid |

## Links

- npm: https://www.npmjs.com/package/@rewikipx/simple-rewiki-tstacktable
- Repository: https://github.com/luonghieu184/simple-rewiki-tstacktable
- Homepage: https://github.com/luonghieu184/simple-rewiki-tstacktable.git
- Issues: https://github.com/luonghieu184/simple-rewiki-tstacktable/issues
- npm.io page: https://npm.io/package/@rewikipx/simple-rewiki-tstacktable

## Dependencies (3)

- [rewiki-btn-events](https://npm.io/package/rewiki-btn-events.md) ^1.0.0
- [simple-prompts-web3](https://npm.io/package/simple-prompts-web3.md) ^1.0.1
- [@tanstack/table-core](https://npm.io/package/@tanstack/table-core.md) workspace:*

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2024-03-02
- 1.0.2 — 2024-02-29
- 1.0.1 — 2024-02-29
- 1.0.0 — 2024-02-29

## README

# Migrating from React Table v7

## Notable Changes

- Full rewrite to TypeScript with types included in the base package
- Removal of plugin system to favor more inversion of control
- Vastly larger and improved API (and new features like pinning)
- Better controlled state management
- Better support for server-side operations
- Complete (but optional) data pipeline control
- Agnostic core with framework adapters for React, Solid, Svelte, Vue, and potentially more in the future
- New Dev Tools

## Migration

There are a fair amount of breaking changes (they're worth it, trust us!):

- Turns out that TypeScript makes your code **a lot** better/safer, but also usually requires breaking changes to architecture.
- Plugin system has been removed so plugins must be rewritten to wrap/compose the new functional API. Contact us if you need help!
- Column configuration options have changed, but only slightly.
- Table options are mostly the same, with some larger changes around optional state management/control and data pipeline control
- The `table` instance while similar in spirit to v7 has been reconfigured to be much faster.

## Installation

Install one of the following packages based on your framework of choice:

```bash
# Npm
npm install @rewikipx/simple-rewiki-tstacktable
```

<!-- USE THE FORCE LUKE -->

---
_Source: https://npm.io/package/@rewikipx/simple-rewiki-tstacktable · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
