-
23 Aug 2012 7:37 AM #1
forceFit is broken for Ext.panel.Table.
forceFit is broken for Ext.panel.Table.
It's very easy to reproduce, you can use Examples/grid/sliding-pager.html with forceFit set to true.
You will notice the shift between columns after the size change of any column.
Is there any workaround?
Thanks in advance.
-
23 Aug 2012 8:48 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,678
- Vote Rating
- 435
This is due to the Company column having flex : 1. Remove the flex : 1 and it works as expected for me.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
23 Aug 2012 10:58 PM #3
I guess you don't even try.
I guess you don't even try.
Set forceFit to true and you will notice it anyway.
Code:var grid = Ext.widget('gridpanel', { title:'Sliding Pager', forceFit:true, store: store
2012-08-24_0957.png
-
23 Aug 2012 10:59 PM #4
-
6 Mar 2013 10:38 AM #5
I know this is closed but for the sake of clarity in case anyone else hits the same issue and stumbles across this report via Google, I've filed a new ticket about this here:
http://www.sencha.com/forum/showthre...esize&p=944853
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote