我可以将 jsgrid 与 html 表中的预定义列绑定吗
<table id="MapDetails">
<thead>
<th>...
<th>..
</thead>
<tbody>
</tbody>
</table>
那么,现在我可以做这样的事情吗?
$("#MapDetails").jsGrid({
width: "100%",
height: "400px",
inserting: true,
editing: true,
sorting: true,
paging: true
});
AND 除了上述之外,然后为行定义一个 itemTemplate,最后能够排序、分页、编辑和绑定到下拉列表等