junior_uk Posted September 2, 2017 Posted September 2, 2017 Hello guys, I'm developing a simple system for automatically creating panels inside a main container. (Eg I used the example of the unigui "Layout Management> Table"). My difficulty is to align the first row of panels on the left. in the second line is correct, but in the first line it does not align the left as the panels are created. I'm sending an example to get better explained Thank you! WeScreen.rar Quote
Sherzod Posted September 3, 2017 Posted September 3, 2017 Hi, Can you try this approach for now ?: UniContainerPanel1 -> ClientEvents -> UniEvents -> function beforeInit: function beforeInit(sender, config) { config.layout.tableAttrs = { style: { width: 0 } } } Best regards, Quote
junior_uk Posted September 4, 2017 Author Posted September 4, 2017 Thanks man, it works so fine very thanks!!!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.