我想通过我的表格查看编辑的记录:
<p-dataTable #dtParam [value]="parameterSecurity" [immutable]="false" [(selection)]="selectParam" dataKey="parameterId" [editable]="true" (onEditInit)="cellDirty($event)">
<p-column [style]="{'max-width':'300px'}" [editable]="true" field="parameterId" header="Parámetro"></p-column>
<p-column [style]="{'max-width':'300px'}" [editable]="true" field="value" header="Valor"></p-column>
<p-column [style]="{'max-width':'300px'}" [editable]="true" field="description" header="Descripción"></p-column>
</p-dataTable>