akveo / ng2-smart-table

Angular Smart Data Table component
https://akveo.github.io/ng2-smart-table/
MIT License
1.63k stars 876 forks source link

Custom html for columns data. #36

Open nickpanaiotov opened 8 years ago

nickpanaiotov commented 8 years ago

Hi guys, this is more question than issue. Is it possible to have custom html in the cells ? I need to add checkbox column with multiline selection and I'm wondering if it's achievable with this library.

Regards, Niki

retallicka commented 8 years ago

It's possible. Take a look at https://github.com/akveo/ng2-smart-table/issues/11#issuecomment-243443311

retallicka commented 8 years ago

I realised I'm trying to do the same thing as you. I also was trying to implement a checkbox and multi-line selection.

I couldn't figure a way to do the multi line selection

And the input button doesn't work for some reason.

Maybe we need https://github.com/akveo/ng2-smart-table/issues/7 sorted