Home / Tables / Fattable - Create scrollable table with infinite rows and columns
Fattable - Create scrollable table with infinite rows and columns

Fattable - Create scrollable table with infinite rows and columns

Download Demo
  • Overview
  • Documents
User Rating: 0/5 ( 0 votes)
Your Rating:

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 is

  • 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.

Source: github.com

Scroll To Top