-
Notifications
You must be signed in to change notification settings - Fork 231
Fixed header problems #135
Comments
|
I updated:
And I have the same problems... |
I have already set this props..
But when I do it in data() there is not any difference... Your example with fixed columns have the same problems, (try disable right fixed columns and wrapped div set with: 100%) |
Any idea how to solve this problem ? Thanks |
sorry for the forgettery... |
if the width is enough to display all the columns, you might not need to fix some columns |
if you want the fixed columns look normal, you might have to increase their widths |
the magic of fixed columns is, creating new tables to cover the origin ones |
since BootStrap's table is auto-extendable, you might have to fix the whole table's width |
Hi thanks for reply. It might be better to solve fixed column that way. Show fidex colums in fixed table and do not show it in base table at all. |
PR is warmly welcome |
I no longer work for OneWay Tech, so this repo might be deprecated |
Hi, I implemented working prototype, you can see it in my fork. |
cool |
Hello, thanks for you work. I have some problems with fixed header behavior.
I have this grid component:
And this custom td templates:
td-Actions.vue :
td-Check.vue :
And there are 2 problems:
On second picture is first column < 80 px it should have fixed width: 80px. When I´m horizontaly scrolling column width change dynamically.
On 3 image is problem with heder filter menu which is displayed under the grid, so I do not see it.
Thanks for help.
The text was updated successfully, but these errors were encountered: