iamisti / mdDataTable

Angular data table complete implementation of google material design based on Angular Material components.
MIT License
524 stars 132 forks source link

Angular Material components inside custom-cell #301

Open cirix opened 7 years ago

cirix commented 7 years ago

Hi guys, I have a mdt-table and I want to render inside angular-material components. The rendering isn't happening correctly. I only see flat objects without any dynamic interaction capability. let me know if you face the same issue. To recreate:

gerome0123 commented 7 years ago

@cirix you need to use a directives

sonuame commented 6 years ago

@gerome0123 So, I need to wrap my every material element in a directive and then use it?

sonuame commented 6 years ago

@cirix @gerome0123 I made it work by adding 'md-button' as a class and using simple button tag. `

    </mdt-custom-cell>

` I dont know, this might not solve the real problem but I got the Material design UI atleast