EloquentStudio / filter.js

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

Question: Stream percent #175

Open zkenstein opened 5 years ago

zkenstein commented 5 years ago

Hi,

How to fixed my percentage progress bar, the percentage showing -97 values if my json only have 7 records.

var percent = (this.recordsCount - 250)*100/250;