No , I only use paginator from prime ng after searching i found this solution
this.paginator.first = this.paginator.paginatorState.rows * (this.paginator.paginatorState.pageCount-1);
how do go to last page in paginator and display new record after a Create and Save process
HI, this is my ANZ version / framework ASP.NET CORE & Angular (single solution) .NET Core 2.2 v7.2.3
my sample for order details is a shopping cart with many item that i want to empty or delete using if any single delete command, without looping each record for deletion
Do you have a delete function that delete all order details of a single Order without the need for looping each record.
my solution is to change theme .
just found the solution .. just added these in tsconfig.json "include": [ "../src/**/*" ],