Label/data alignment for readonly field
Posted: 2021-03-20 13:31
Hi Jan, All,
I am using the multi-column output, as
Fields in column 1 on the left are dropdown, fields on the right are readonly values. As you describe on https://appgini.bizzworxx.de/products/j ... -layout/2/ there is a UI flaw with the alignment. I applied the style tweak but perhaps that does not work for readonly(?).
Any ideas?
Thanks.
~Paul
AG v5.84
I am using the multi-column output, as
Code: Select all
$j(function() {
var dv = new AppGiniDetailView();
var rowAuction = dv.addLayout([6, 6], "Auction Information", false)
.add(1, ["Auction", "Vehicle", "Sale_Status", "Buyer", "Bidder_Number"])
.add(2, ["Lot_Num", "Status" ])
;
$j(".form-control-static").css("padding", 0); // align label with data
})
Any ideas?
Thanks.
~Paul
AG v5.84