-
10 Jan 2011 1:32 PM #1
tableAttrs in table layout
tableAttrs in table layout
I have the above code in a panel with a table layout, but they are not showing up in the style attribute of the table. Other attributes, like the width that is currently commented out, will show up. Are these not valid for some reason?Code:layoutConfig: { columns: 5, tableAttrs: { style: { //width: '45%', borderCollapse: 'separate', borderSpacing: '9px 0px' } } }
Similar Threads
-
[3.0] Ext.ux.layout.TableFormLayout - table layout with form field labels
By JamesC in forum Ext 3.x: User Extensions and PluginsReplies: 42Last Post: 8 Dec 2011, 7:30 AM -
how do I make a table layout's parent grow to hold the table's natural size?
By bareflix in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 18 Oct 2010, 9:45 AM -
Pivoting table using ExtJs panel table layout
By hirendave in forum Ext 3.x: User Extensions and PluginsReplies: 2Last Post: 23 Jul 2010, 4:04 AM -
[3.1.1] Should TreeGrid DOM table used in the header have "table-layout: fixed"?
By mattgoldspink in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 18 Feb 2010, 8:08 AM -
Table class in table layout
By mykola in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 7 May 2009, 12:57 AM


Reply With Quote