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.
几周前我开始使用 smartgwt 进行开发,但遇到了问题。我有一个 ListGrid,我没有为显示的数据使用任何数据源。我使用 ListGridRecord[] 手动完成所有插入。它工作正常,但我不知道如何在特定行、列中插入单元格。任何想法??谢谢你。
ListGrid.getRecord(index).setAttribute(property, value);