tochoromero / aurelia-table

Simple functional data table for Aurelia
https://tochoromero.github.com/aurelia-table
MIT License
67 stars 25 forks source link

Allow filters with nested paths where one of the objects is not defined #60

Open jpravetz opened 6 years ago

jpravetz commented 6 years ago

Fixes issue when filtering doesn't work for nested properties where one of the objects is not defined. For example, if you define a filter with nested property a.b and not every one of your enum data contains a, as in [ { a: { b: 1}}, {}].