0.3.1 • Published 5 months ago

retables v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

reTables

Yet another react table library

Installation

Use your favorite package manager

  yarn install retables

Features

  • 📦 Small bundle size
  • ⚛️ Built with React in mind
  • 🧑‍💻 Focused on Developer experience
  • 💪 Strongly typed
  • 🌏 Uses native HTML tags
  • 📱 Responsive
  • 🏷️ Easy pagination, sorting and column resize

Documentation

Check out the documentation website

Motivations

There are already countless libraries built to handle tables with React. So why creating a new one? reTables started out as an internal project to meet the needs of a small development team and was later made public.

The initial goals were to develop a library with this charateristics:

  • Extremely lightweight
  • Uncompromising customization
  • Minimizing component re-renders (more on this later)

Despite the many alternatives on the market, none of those managed to satisfy us completely. In many cases you are forced to import large bundles just to render a simple table, in others you need to override pre-packaged style sheets. There are also interesting "headless" proposals which guarantee maximum customization possibilities but force you to write a lot of boilerplate code to get started.

reTables wants to act as an in-between solution. It is able to offer a nearly complete customization, with just a few lines of code.

License

MIT

0.3.1

5 months ago

0.3.0

5 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.4

9 months ago

0.1.3

11 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago