Logan Born

Results 2 comments of Logan Born

I am getting this error: GET http://localhost:1337/node_modules/ng2-table/components/table/ng-table.component 404 (Not Found) my system js has under map 'ng2-table/ng2-table' : 'node_modules/ng2-table/ng2-table.js' under packages: 'ng2-table': {defaultExtension: 'js'}

So im not sure why match function wasn't found but i found a workaround by using == ``` return (item[column.name] === column.filtering.filterString); ```