我将表格转换为 DhtmlxGrid 但在应用冻结时对我不起作用。请就此提出建议
<table imgpath="../codebase/imgs/" style="width:400px" id="gridTable" name="gridTable" onbeforeinit="initGrid()">
...
</table>
<script>
table = new dhtmlXGridFromTable("gridTable");
function initGrid(){
gridTable.splitAt(10);
}
</script>