Can't reproduce. Post a screenshot
Printable View
@Leonardo
Here is the screen of what I am talking about. If I set filter: false for a column in the middle of the grid, it displays correctly .. the color of the header:
Correct:
Attachment 29013
If I do the same on the first column, it displays incorrectly as:
Attachment 29014
This is also how the last column displays when I hover to select the 'clear all filter' that you create
Edit: I believe the above issue has to do with the sorting icon, but it still gives you an idea on how the clear all displays on hover without any text/icon
Regards,
Scott
Column without filterBar:
Attachment 29015
Column with filterBar:
Attachment 29016
If you hover the column with filter, then it displays as first image.
Regards,
Scott.
Scott if i undertand.
Seems that you are talking about the css gradient that is expanded.
I was using grey theme and doen't note that.
Is a sass thing, i'll try to fix it but really it doen't matter for me.
Regards,
Leonardo
I didn't dig into the RowNumberer internals to see, but from what I've seen before it's essentially creating another column which can be customized like any other. There may be more to this, and I'll try to remember to look into it when I'm done coding what I'm working on.
Nice, I can't wait to check it out. I have had absolutely no time to show all my updates and extensions I created. Not to mention the updates for 4.1. I will definitely take a look at this to see if I can't bring something together for more elegant solutions for my 4.1 updates.
In order to get the filters working correctly with resizing and moving of columns I had to override the HeaderResizer plugin for column resizing and DropZone code for moving columns around. I think I might be able to fix the issue calling doComponentLayout on different grid events, but I have not tried it yet. I have posted a bug and they are working on it, so I might not have to do this once they update for the bug. :)
Thanks SMMJ for your first approach!
@Leonardo:
Here is what I am referring to on the extra column.Quote:
2) extraColumn: Don't understand the point? Do you mean the background-color = white on hover? That's intentional, i get the idea from the saki's one that you linked. If is not, post screenshot please.
If you look at the example from Saki, it displays the 'X' for clear all where the grid scrollbar would even if there is no scrollbar.
(1 space)
Attachment 29146
In your version it creates an extra column beside the scrollbar space would go and you now have 2 spaces at the end of your grid.
(2 spaces)
Attachment 29147
If you could update it to just use the space over the scrollbar, that would look much better.
Again, looking at the example:
http://www.sencha-addons.com/public/gms/examples/index.html
If you resize the window to display the scrollbar, there is no change in the spacing.
Regards,
Scott.
Ext 3.x always reserves space for vertical scrollbar, Ext4 shows/hides the scroller on demands.
I've nothing to do with this, i can`t trust in 4 scroller.