Damian Green
Damian Green
@OttlikG what did you do in the end? for k this library or find a way of ignoring it?
I've created a library that solves this, that works with react 16+ and allows for resizing of components https://github.com/damiangreen/isomorphic-react-fittext
I've created a library that solves this, that works with react 16+ and allows for resizing of components https://github.com/damiangreen/isomorphic-react-fittext
it has 200,000 rows containing just a few string columns, lat, long , id. I'll try your suggestion. I've been debugging this library and because IE doesn't have`this.store.getall'` its's dropping...
Thanks for your swift feedback@schmod (in the ObjectStore.prototype._mapCursor function) With defer.notify commented out: loading 200k records took 26,478 seconds. With it: loading 200k records took 85,583 seconds. A dramatic improvement,...
@schmod. I'll attempt that, I'm just going to first run a comparison with this less popular lib https://github.com/gauravgango/gaurav-angular-indexeddb. .I shall feedback with result. Update, so that lib (gaurav) takes 46.262...
I recommend the removal of defer.notify() to improve the performance of this in IE.
I've managed to style it like this ```
Guessing this didn't get looked at? I'm seeing some state changes before the user entered a value. ``` newFilterModel { "items": [ { "field": "unit", "operator": "is", "id": 83831 }...
is there a workaround to this?