I am new to Angular.I am using ng2-smart-table in my Project.in renderComponent Option of columns.Can i use parent Component in one Module and Child Component in another Module.
Asked
Active
Viewed 2,271 times
1 Answers
0
If type is custom the renderComponent property must be defined. Custom component that will be responsible for rendering the cell content while in view mode. Type must be custom in order for this to work. You can see an example here
I am giving you the link that you can find the documentation on smart table

Swapnil G Thaware
- 799
- 3
- 6
- 19
-
example link gives an 404 not found :( – Joe Allen Nov 14 '19 at 10:29
-
I just checked the link is moved into another URL here is updated link: Please let me know https://github.com/akveo/ng2-smart-table – Swapnil G Thaware Nov 20 '19 at 06:36