0

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.

kumar
  • 71
  • 1
  • 12

1 Answers1

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