Page 1 of 1

p-table combine frozen columns and editable rows

Posted: 24 Jul 2019, 09:26
by rootspain
My customers whant freeze "Edit" button at left of p-table with editable rows (https://www.primefaces.org/primeng/#/table/edit).
Frozen columns (https://www.primefaces.org/primeng/#/table/scroll) and Editable rows (https://www.primefaces.org/primeng/#/table/edit) are not applying togther. Column for "Edit" button in each row is virtual, while frozen column must be fisical field in data model.
Does anyone have an example to combine frozen columns and editable rows?