You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your datatable and want a hidden column, so i added the below,
p-column field="key" header="key" hidden="true" #keycol></p-column>
But this doesnt seem to work as the 'column.ts' in 'primeNgV1/components/column/column.ts' is missing the hidden attribute.
Can you please add this enhancement.
The text was updated successfully, but these errors were encountered:
pratikthecook
changed the title
DataTable Column Hidden Property Missing
DataTable Column Hidden Property Missing(p-column)
Apr 12, 2016
Hi,
I am using 8.1.1 version of primeNG datagrid and I want to hide column. But hidden="true" is not working for me. Please help. I did't get above solutions to fix.
Please help!!
I am using your datatable and want a hidden column, so i added the below,
p-column field="key" header="key" hidden="true" #keycol></p-column>
But this doesnt seem to work as the 'column.ts' in 'primeNgV1/components/column/column.ts' is missing the hidden attribute.
Can you please add this enhancement.
The text was updated successfully, but these errors were encountered: