最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

reactjs - Is there a way to update the entire column data in PrimeReact? - Stack Overflow

programmeradmin3浏览0评论

I've seen the PrimeReact documentation, which mentions that "Row editing" is supported by setting the editMode="row" (you can check it out here: ).

Here is the code sample: StackBlitz Example

What I am looking for is the ability to have an edit icon next to the Name column header. When clicked, this icon should allow me to edit all names at once — In other words, I want to enable editing for all the entries in a particular column.

Does PrimeReact offer any built-in support or props for this feature? If not, what would be the best way to implement it?

Thanks in advance!

发布评论

评论列表(0)

  1. 暂无评论