在GXt 2.2.3中的EditorGrid的列标题下,行未正确对齐 [英] Rows are not aligned properly under the Column headers in EditorGrid in GXt 2.2.3

查看:128
本文介绍了在GXt 2.2.3中的EditorGrid的列标题下,行未正确对齐的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用GXT 2.2.3创建了一个EditorGrid。现在问题是行标题没有正确对齐,它们稍微移动到左边。

I Created an EditorGrid using GXT 2.2.3.Now the problem is rows are not aligned properly under the column header,they are slightly move to left side.

请建议如何解决这个。

推荐答案

我通过设置每列的填充和宽度解决了这个问题:

I solved this by setting the padding and width of each column as below:

actioncolumn.setStyle("width:100%;");
actioncolumn.setStyle("padding-right:3px;");

这篇关于在GXt 2.2.3中的EditorGrid的列标题下,行未正确对齐的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆