Is there a way to "expand" a row?
Open
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 867
- PR merge metrics
- No merged PRs in 30d
Description
I'm looking to ng2-smart-table to migrate my angular1 components based on ng-table (https://github.com/esvit/ng-table) to Angular (>=2).
One of the thing I use ng-table for the most is like this:
```
Details
{{elem.field1}}
{{elem.field2}}
{{elem.field3}}
{{elem.field4}}
DETAILS for elem
```
Is there a way to achieve something similar with ng2-smart-table?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.