I am using primeng for to work with tables.
I have the next column:
<p-column field="amount" header="Amount" [sortable]="true" [filter]="true"></p-column>
I need to show a default value inside the filter input field, like this:
Maybe, something similar to:
filterValue="100 or variable"
And one more thing, it is posible that the filter working ok, but hidding the filter input, this is, because the filter value is obteined from another component.
How could do it?