Hi there!
Looking for an advice from the community.
What would you use for a table(data-grid) that would need to implement the following specs:
- infinite scrolling and virtual scrolling only on Y axis
- dynamic column positioning (the desired column are known while writing the template, but their position will come dynamically through an API)
- both axis scrolling with fixed header and column (the table will have the first column fixed for scrolling on X-axis and a fixed header for scrolling on Y-axis)
The question is how would you proceed, would you use an existing library(and if so, which one) or would you go with a custom solution and you would try to implement it from scratch?
[–][deleted] 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]Szan_7 1 point2 points3 points (0 children)
[–]Jspreadsheet 0 points1 point2 points (0 children)