primefaces dataTable: how to copy paste row -


i use primefaces, table has more 75 column, how when want copy row , paste in same table (of course change pk after)

you can't out of box. thing can think of create context menu and/or intercept ctrl-v/c keys , call backing bean methods you. complex of solution create you.


Comments