EloquentStudio / filter.js

Complete solution for client side filtering and rendering using JSON data
http://eloquentstudio.github.io/filter.js
MIT License
665 stars 183 forks source link

FIX: parseValues fails when no schema is found #138

Closed gabrieljenik closed 7 years ago

gabrieljenik commented 7 years ago

Schema is expected. Nevertheless, If there are no records, no schema will be found, hence failing.

jiren commented 7 years ago

Thanks @gabrieljenik