AdmBest Posted August 18, 2021 Posted August 18, 2021 Hello, I use TUnimDbListGrid to show a personal view of my data but I don't understand why my array doesn't show correctly : On the ClientEvent / beforeInit I have function beforeInit(sender, config) { var htmlRow= '<table style="width: 100%; height: 100%; vertical-align: middle;"> '+ '<tbody> '+ '<tr> '+ '<td><span style="fon-weight: bold; color: #000000; font-size: 16px; width: 100%; display: inline-block;">{2}</span> <span style="color: #808080; width: 100%; font-size: 13px; display: inline-block;">{1}</span></td> '+ '<td style="width: 100px;"><span style="color: #ff6600;">{0}</span></td> '+ '<td style="width: 100px;"><span style="color: #ff6600;">{0}</span></td> '+ '</tr> '+ '</tbody> '+ '</table> '; config.itemTpl= new Ext.XTemplate(htmlRow); } The result is like this and not with align : Somebody can help me (V7.0.0, Delphi 10.4)
Sherzod Posted August 19, 2021 Posted August 19, 2021 6 hours ago, AdmBest said: V7.0.0 ? Hello, Could you make a simple testcase to check?
AdmBest Posted August 19, 2021 Author Posted August 19, 2021 Hello, I check and it is better like this : UniGuiVersion : 1.90.0.1549 ExtJSVersion : 7.0.0 Thanks
Sherzod Posted August 19, 2021 Posted August 19, 2021 25 minutes ago, AdmBest said: I check and it is better like this : UniGuiVersion : 1.90.0.1549 ExtJSVersion : 7.0.0 Okay. 4 hours ago, Sherzod said: Could you make a simple testcase to check?
AdmBest Posted August 19, 2021 Author Posted August 19, 2021 I am really sorry but I don't know what is a "simple testcase to check"
AdmBest Posted August 19, 2021 Author Posted August 19, 2021 It's with Interbase database. I will try to reproduce without. And I will do update from 1.90.0.1549 to 1.90.0.1551
Sherzod Posted August 19, 2021 Posted August 19, 2021 24 minutes ago, AdmBest said: It's with Interbase database. I will try to reproduce without. And I will do update from 1.90.0.1549 to 1.90.0.1551 Okay.
AdmBest Posted August 19, 2021 Author Posted August 19, 2021 Project with access. Should work with the same trouble : Test2.zip
AdmBest Posted August 23, 2021 Author Posted August 23, 2021 Somebody fund something what I do wrong?
Recommended Posts