I use PrimeNG (version 7.0.4) p-table
and besides configuring row numbers via [rows]
parameter in HTML, I want to set minimum rows for p-table.
For example, I set [rows]=10
and there are only 5 records at the last page. I want to display 10 rows even if there is only one record in the p-table
. I look at How to set minimum value of rows primeNG datatable, but I am wondering if there is a configuration for that.