paper-datatable icon indicating copy to clipboard operation
paper-datatable copied to clipboard

Any chance there will be freeze header (row and column) and scrolling option?

Open alijaya opened this issue 9 years ago • 5 comments
trafficstars

alijaya avatar Dec 22 '15 19:12 alijaya

There isn't much value in opening an issue without including a description of what you mean with your title. I mean, I can start guessing and then if my guesses chance to be correct I can tell you that I will not be including the feature you might be asking for, but that would hardly be valuable as you might mean something entirely different.

David-Mulder avatar Dec 23 '15 00:12 David-Mulder

Oh I'm sorry if my request not clear enough. I thought the freezable header is well defined. So, freezable header is when we scroll the content of the table, but the the header is not scrolled with it (like toolbar header if i would say). And for the freezable column header is the first column (or generally n column from the left) is freeze in place when we scroll the table horizontally.

alijaya avatar Dec 31 '15 02:12 alijaya

+1 for the CR! That would make my company switch from using vaadin-grid which isn't polymerish in the sense of clean polymer implementation! Besides freezing n columns from the start is a must-have feature for mobile table rendering. Is it anywhere on your roadmap?

jahglow avatar Mar 01 '16 10:03 jahglow

+1 for a fixed header and scrollable table body.

depeele avatar Sep 17 '16 22:09 depeele

Hello, @depeele, I have forked this component and I have added the frozen header feature. See demo here and the source code here.

RoXuS avatar Sep 29 '16 17:09 RoXuS