Base solution for your next web application

Activities of "troyfernando"

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

ok thanks

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 .

Product Version v7.2.3 Angular .NET Core 2.2 Live Demo is ok . Just in my project

when I resize my browser it is ok

just found the solution .. just added these in tsconfig.json "include": [ "../src/**/*" ],

Showing 31 to 40 of 43 entries