.my-panel-class table.x-table-layout { width: 100%; }
or
#my-panel-id table.x-table-layout { width: 100%; }
<style type="text/css">
html,body {
height: 100%;
overflow: auto;
background-color: white;
}
.x-table-layout {
width : 100% !important;
}
</style>
'web lang > ExtJS' 카테고리의 다른 글
extjs ie word / white-space / 자동 줄바꿈 (0) | 2016.02.29 |
---|---|
[ExtJs] eclipse very slow / extjs 가 너무 무거워서 느릴 때 (0) | 2016.02.29 |
[ExtJs] Uncaught TypeError: Cannot set property 'TimeStrategy' of undefined ?.. (0) | 2016.02.29 |
ExtJs Layout (0) | 2016.02.17 |
[ExtJs] Cell Edit / 그리드에서 바로 CRUD (0) | 2016.02.17 |