-
I want to have both features ,but when I tried it failed, is there any way to do that?
For example I want to freeze 1st column and it self as a group; other columns can be in other groups.
-
It looks like you support filtering a row, although don't have a specific way to say "first row up to the last populated column".
Using your source generator object model, I'd want the range to be th…
-
https://github.com/theorchard/openpyxl/blob/b06d737937d6c04927d8cfe9758a78d94c023872/openpyxl/worksheet/worksheet.py#L261
I have been parsing some relatively complex excel files and the freeze_pane…
-
Hello,
it will be nice to provide a freeze panes feature.
```
tabview(data, freeze=(2,2))
```
will fix first line and first column
```
tabview(data, freeze=(3,2))
```
will fix first two lines and…
-
**Title**
- bug: XYZ broken...
- feature: please add...
- enhancement: add this to existing features...
**Environment Details**
* react-tabulator version:
* "react-tabulator": "…
-
Currently scylla creates statement id based on query text hash.
But, there are three cases when query text hash can stay the same, but data schema is being changed:
1. `select * from table`. If you …
-
### Describe the bug
Setting up a treetable with frozen columns as defined here: [https://primeng.org/treetable/scroll](https://primeng.org/treetable/scroll) works.
However, if you add `scrollHei…
-
I am using slickgrid-es6 for a new project; working great so far -- many thanks for the work to modernize and package this up!
For my specific project, I'd really like to freeze the first column. A…
-
Hello, I am currently struggling with opening the file generated by exceljs (v1.7.0) on MS Excel. I can open it but Excel (v16.21.1) says that some styling were not imported and no styling is taken in…
-
Hi,
Firstly, kudos for the frozen columns implementation. Really appreciate !
I know this might have come up before, but is there any solution for rows going out of sync while scrolling vertically ?…