IDEMPIERE-2688 Add scrollbar to WGraph data table
This commit is contained in:
parent
0c53a1b330
commit
8b21270c23
|
@ -195,6 +195,7 @@ public class WGraph extends Div implements IdSpace {
|
||||||
if (m_renderTable) {
|
if (m_renderTable) {
|
||||||
if (m_renderChart) {
|
if (m_renderChart) {
|
||||||
East east = new East();
|
East east = new East();
|
||||||
|
east.setAutoscroll(true);
|
||||||
layout.appendChild(east);
|
layout.appendChild(east);
|
||||||
renderTable(east);
|
renderTable(east);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue