fattable icon indicating copy to clipboard operation
fattable copied to clipboard

How to get columnHeader name with in visible area?

Open SamantaChinmoy opened this issue 6 years ago • 1 comments

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

SamantaChinmoy avatar Sep 13 '18 13:09 SamantaChinmoy

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.

fulmicoton avatar Sep 13 '18 14:09 fulmicoton