Hi
I have below Html of one component. I want to display Data in a common Angular material table. How it can be done in Common table.
Product Form
Thanks
Hi
I have below Html of one component. I want to display Data in a common Angular material table. How it can be done in Common table.
Product Form
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dharmeshwaran SPosted Jun 21, 2024, 2:26 PM
To display the provided data in a common Angular Material table, you need to implement an Angular component that uses the Angular Material table component (
).Sample Typescript Code:
Html Code:
Use the Created Component in your Existing Component
Thanks!!