DatatablesForEach-Custom-Knockout-Binding
DatatablesForEach-Custom-Knockout-Binding copied to clipboard
Nested table doesn't render
I can't seem to get the custom binding to work with nested tables.
var people = { "Id": 7113, "FirstName": "Ted", "LastName": "Thompson", "Age": 40, "Orders": [ { "Id": 2, "Category": "Sports", "Description": "Basketball", "OrderDate": "2016-05-01T00:00:00" }, { "Id": 3, "Category": "Sports", "Description": "Baseball", "OrderDate": "2016-05-12T00:00:00" } ] };
`
ID | First Name | Last Name | Age |
---|
`