Reusable Table Component Angular 17 | Angular tutorial

preview_player
Показать описание
Build Reusable table component in angular with action button.
Configuration of Table header columns as well.

Learn From me

To Connect with me & get Notification of Live Session Join

You can find Code on GitHub

Visit Our Mini Project Ideas Portal where you can find So many project
ideas you can try to implement

Follow & Connect me on LinkedIn

#angular
#angular17
#angular18
Рекомендации по теме
Комментарии
Автор

Very good explaining style. This video is incredibly helpful.

ambalavinodkumar
Автор

Useful video for us, thank u so much.

pratibhashelke
Автор

Nice video...
Can we apply same approach for common column only. I mean my first 2 column is dynamic and 3 column will be common column ?

pravindabhade
Автор

Hi, thanks for going through the effort to make this video its exactly what I needed.

I am running into an issue where im trying to access an object as the fieldName
example:
public headArray = [
{ 'Head': 'First Name', 'FieldName': 'name.firstName' },
{ 'Head': 'Last Name', 'FieldName': 'name.lastName' },
{ 'Head': 'Age', 'FieldName': 'age' }
];

however the firstName and lastName elements do not show, any advice on how i can solve this?

TheLaterPixel
Автор

Hi your tutorials are good, how about reusing components for bootstrap table instead?

weixiangng
Автор

very nice, and where the pagination and search?

Orphen
Автор

Hi sir can you implement a reusable form filter for data tables

suryanarayanagunam
Автор

Sir if possible could you please add hare search and navigation functionality as a shared....

mdzafiriqbal
Автор

plz teach kendo angular and kendo grid

mahdiandalib
Автор

Have you worked on angular 17, All this are not same

Banzarb