thanks, buddy I want to add dynamic sorting... I saw your video it help me to resolve my issue.....keep it up to help the community
@TapanDubey3 жыл бұрын
Thanks for such a encouraging words..
@ajitdeshmukh73062 жыл бұрын
But one thing you missed which is width it not taken 100% width
@karthikraghuraman33523 жыл бұрын
Hi Tapan - Thank you for posting this. When I paste the HTML Code at 1:17, I get error saying 'p-table' is not a known element. Could you please advise, if I am missing any cli installation? I started off with a fresh angular 11 project created via cli
@TapanDubey3 жыл бұрын
Can you please check, if you missed to include imports: [TableModule], in your module.. It may be due to that..
@karthikraghuraman33523 жыл бұрын
Hi @@TapanDubey I had included them. Looking through your source code, I noted that even your app.component.ts doesn't have this the first time when the HTML Code was pasted.