Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在一个页面上,如果有十几个 dhtmlx 网格,是否可以使用表 ID 获取网格对象?
我需要它将表格与其 PDF/Excel 生成按钮相关联。一种方法是将对象存储在数组中。还有其他方法吗?
如果要从表中初始化 dhtmlxgrid,则可以使用表的 name 属性
<table name="mygrid1"> ... <input onlclick='mygrid1.toPDF(some)'>