fulmicoton / fattable

Javascript Library to create scrollable table with infinite rows and columns.
MIT License
482 stars 39 forks source link

How to get columnHeader name with in visible area? #26

Open SamantaChinmoy opened 6 years ago

SamantaChinmoy commented 6 years ago

Hello, I want to also select column name which are visible in view port.

fulmicoton commented 6 years ago

The API does not really allow that. I don't really maintain the library these days so if you want the info, I'm afraid you will have to implement it.

THAT BEING SAID. If you want an excellent approximation of that, you can get it by implementing your painter. You save some id in a data attr of your dom element, and the bookeeping everytime paint is called.