我需要帮助我的网格。它没有滚动功能。谁能帮我在wijmo网格中添加滚动
jquery网格表如下:
<div id="tabs-1">
<table id="all_grid" data-bind="wijgrid: { data: data,
allowEditing: true,
allowPaging:true,
allowColSizing:true,
allowSorting:true,
showFilter: true,
pageSize:20,
// columns: [{headerText: 'Title'}, {headerText: 'Pub Date'}, {headerText: 'Sent'},{headerText: 'Link'}],
}">
</table>
</div>