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.
我是 Joget 的新手。我需要一些帮助。
我有一个表格(CRUD)。它的数据列表如下:
现在,我想在单击分配按钮时更新状态,然后选中复选框的状态值将更新为Assigned。
谢谢。
您可以做的是针对该操作的数据列表中的行设置创建超链接,您可以使用 JDBC 或休眠记录插件来更新状态。