Search code examples
tabulator

Tabulatorjs - Virtualized the columns


I'm coming from react-virtualized and I surprised that only rows are virtualized in Tabulatorjs. (last version : 4.1.3) For my need, I'd like to display data from time-series, where each column is a date/hour. ( at least 2000 colums.)

I created a jsfiddle with only 50 columns and I can see all of it in the dom. Is there any way to virtualize the rows and the columns ?

-> https://jsfiddle.net/Lu1nfkwr/3/

// really simple options
let options = {
  columns: columns,
  data: tabledata,
}

thx :)


Solution

  • At the moment this isn't possible. Tabulators virtual DOM is currently row based.

    Column based virtualization is currently under development and is scheduled for one of the next few releases