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.
我想<h:dataTable>动态添加一行,但我不想重新渲染整个数据表,因为用户可能会扩展一些行等,这将在 AJAX 调用后关闭。
<h:dataTable>
可以在 JSF 中做到这一点吗?