テーブルを 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>