Small update to this issue, it's probably caused by this part of code in Ext.Number:
correctFloat: function(n) {
return parseFloat(n.toPrecision(14));
}
as I'm...
Type: Posts; User: nenadg
Small update to this issue, it's probably caused by this part of code in Ext.Number:
correctFloat: function(n) {
return parseFloat(n.toPrecision(14));
}
as I'm...
Yes, I'm having the same issue. Ext JS 5.1.3 & 5.1.4
I wish to get version of Ext.pivot.Grid?
Hi, I've been using Pivot Grid and Exporter addons and recently upgraded. How do I read version of upgraded package?
console.log(what?)
Hey Arnaud, glad you like it.
I had no time to write more about it, sorry about that. It's great you figured it out from examples.
As for automation - currently there is pretty rough script that...
Hi all, I've made a little app that can hopefully fill gaps in end-to-end testing by providing simple interface in which you can record, playback, join several test cases and/or build heatmaps. You...
Hi all,
What are legal permissions of using parts of ExtJS examples in promotion of open-source project, for example if I'd like to use Admin Dashboard as is, to showcase somewhat related product?
Thank you very much Adrian, I'll give this a try ...
Thanks, this is brief. what are the recommendations for organizing data to reduce calculation costs?
Hey Teodorescu,
I understand that the pivot calculations are expensive versus default Ext JS Grid which (in somewhat default scenario) has no any special calculations (excluding totaling), but I...
Update:
This chart shows regular `Ext.grid.Panel` with bufferedrenderer plugin. Notice that it renders ~200k records in the same time Pivot grid renders ~6k.
55044
Hi, I've been testing performance of Pivot grid (6.0.2) in rendering higher number of records. What I've got is this almost exponential drop in rendering speed when the number of records > 1000.
...
Yes, the same bug exists in 5.1.2.748.
Any progress on this?
Hi, I've encountered a bug in Ext.data.proxy.Server encodeFilters method, that affects filtering on grid (ie. TriFilter functionality).
If one tries to set value 0 in greater than, less than or...
Thanks for your reply, yeghikyan but that's not what I need. Basically, I'm waiting for requests to end, and to generate components based on data returned from server. That can take pretty much...
This is somewhat odd question.
I need a way to stop component from rendering at some point in its lifecycle, for example during beforerender, or even render, so I can reinitialize it's rendering...
Hi Joel and thanks for this. I solved it earlier yesterday but it was a bit more complicated, your solution is great.
Hi all, is there a way to move bars on x-axis regardless of their actual position (ie. move them left/right from their factual value position)?
Thanks
I must say that I haven't played much with PhantomJS, since at the point I started with this, I was unable to load Ext JS application with it. On the other hand jsdom is a tool I've been using...
5.x
Hi all,
I've been working on pretty hefty Ext JS application for some time, and in the process we made this tool for testing end-to-end scenarios that fits in our development cycle. Our goal was...
Hi there, I did something for automating tests using Jasmine and Sencha Cmd. It's built in sencha app build process (using build.xml) so you won't have much pain about it. Although this tool is good...
You'll have to upgrade theme package too - sencha package upgrade. Check theming guide - https://docs.sencha.com/extjs/5.1/core_concepts/theming.html