mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 101 forks source link

How to freeze table header in pivot tables #208

Open guoying9464 opened 7 years ago

guoying9464 commented 7 years ago

When I scroll down I can't see the table header so I don't know what this column means. And I really wonder how to do that by using pivot plugin

mysticfall commented 7 years ago

Sorry, it's not possible with Pivot4J Analytics application. That being said, as the core API itself is independent of any specific UI implementation, you can write your own TableRenderCallback (and TableRenderer_ if it's necessary) using proper grid library which support such a feature.

Personally, I wrote one based on DhtmlX grid before, but as it was in a commercial project, I cannot share its source code though.