Fattable.js : Display Huge (Billions of Cells) Tables

fattable

Fattable is a javascript Library to create table with infinite scroll, with infinite number of rows and number of columns. Big table (more 10,000 cells) don’t do well with DOM. Your scroll will start getting choppy. Also big tables can rapidly grow in sizes. It is not always possible to have clients download or even retain all of the table data. Fattable includes everything required to load your data asynchronously.

This library contains following features :

  • light : no library needed, smaller than 10KB)
  • fast (only visible element are in DOM, the exact same DOM element are recycled over and over, )
  • async friendly : the API makes it simple to fetch your data aysnchronously.
  • powerful and unbloated : Design is up to you. Style the table via css and use your painter to hook up events, and render your content in your cell.

[button color=”black” size=”medium” link=”https://github.com/poulejapon/fattable” target=”blank” ]Fattable[/button]

Fattable.js : Display Huge (Billions of Cells) Tables
4 (80%) 1 vote

3 Comments

  1. Bob February 24, 2014 Reply
  2. Juljan February 24, 2014 Reply
  3. fulmicoton February 25, 2014 Reply

Leave a Reply