IDEMPIERE-2688 Add scrollbar to WGraph data table

This commit is contained in:
Alan Lescano 2015-07-01 16:40:29 -05:00
parent 0c53a1b330
commit 8b21270c23
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ public class WGraph extends Div implements IdSpace {
if (m_renderTable) {
if (m_renderChart) {
East east = new East();
east.setAutoscroll(true);
layout.appendChild(east);
renderTable(east);
} else {