Giter VIP home page Giter VIP logo

Comments (1)

pradeepnschrodinger avatar pradeepnschrodinger commented on July 23, 2024

Apologies for the very late response. I'll answer this by going through each feature with some example/demo.

We currently support these:

  • row virtualization (see this example with 1 million rows)
  • sticky columns to either side of the table (see FixedRight example)
  • lazy data fetching with infinite scroll
    FDT does not explicitly fetch/lazy load the data but instead relies on the user to pass on the required data.
    You can checkout the infinite scroll example.
  • dynamic column visibility
    You can refer the Hide Columns example. The scroll bar position is also maintained. This also holds true when adding/removing rows.

In regards to dynamic row heights (based on the tallest react component rendered in a cell within a given row),
FDT does support variant row heights.
However, It does not support column/row resizing based on the cell content out of the box. But it should be possible for the user to implement it themselves; #525 should give you ideas.

It's also trivial to combine all these features together. Let me know if you need any help with that.

I'm closing out the issue, but feel free to continue the discussion here.

from fixed-data-table-2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.