I have recently needed a custom render to be exported and have seen that pivot does not export custom renders
Would be nice if you can implement it.
I have made a simple override for this case...
Type: Posts; User: ogimenezb
I have recently needed a custom render to be exported and have seen that pivot does not export custom renders
Would be nice if you can implement it.
I have made a simple override for this case...
Hi,
In Grid works as expected, in pivot does not.
Functionality for exportrenderer is not implemente in
@sencha/ext-pivot/src/pivot/plugin/Exporter.js
Is this going to be fixed?
Every time I use npm run build there is some code added to index.html
<body class="launching"><script type="text/javascript" src="main.js?859fb9964720e04fbbcd"></script></body>
if I run again
...
Hi,
There is an error, with new generated and also existing projects. Did it with a new generated one so you can reproduce.
This is the problem:
[ext]: [ERR] Exception in thread...
I have been trying Ext.exporter.File with regular files and images and it does not work as expected.
It always generates files as UTF-8 BOM. Tested the same with the latest...
Thanks, changed some things to make a download.
Hopefully they include this in the next release.
Gracias!
Can you add onprogress event to que existing ajax request?
Thanks.
Works fine except when you are scrolling down and you on page 5 and you call store.loadPage(1) it will reload 1 and 3, but not 2. lol. I will set more record per page to this does not...
When you have a modern grid, like the one in
https://examples.sencha.com/coworkee/#people
When you scroll down and page 2 of the grid gets loaded, if you try to refresh it only refreshes page 2....
Hi,
Both options have advantages and disadvantages. I would recommend neither, use a third.
1 repo and folder for Lavarel
1 repo and folder for ExtJS
You can maintain both separately each...
This is still a problem. Any solutions?
Hi,
You have two options.
1) Create a theme package
sencha generate theme newTheme
or
npx sencha generate theme newTheme
This will generate a theme in the packages folder.
Thanks!
I think you are right there will be no comments from Sencha and we will have to just wait and see.
Bad for planing but apparently is the only way we have...
@mitchellsimoens thanks for your response. You are always there for all of us helping us although you are not in Sencha any more. I really appreciate that!!!
Maybe you can help me with all the...
In reference to https://www.sencha.com/blog/sencha-roadmap-update/
Initially we had classic for desktop and modern for mobile.
Modern updated component and became modern for newer browsers. So...
I think there is an error with new 6.6 and fashion, I think new npm uses another method for reloading the page.
Try
npm start
or
Apparently it depends from where you call it
cursorTo is undefined when process.stdout is not a tty
In node_modules\@sencha\ext-webpack-plugin\lib\index.js
on line 22 after all requires add...
Same here.
In all projects, old and new. They all stop working!!!
This is an example:
57612
And here is a demo for developer in simple html
57613
Most developer see the first screen and want to use than one because is complete, has all the information,...
When you have a grid with ListPaging and you have many element and you try to sort you start losing records.
So for example if you load 20 records, and have 100 I will load:
0, 20
20, 20
40 ,...
Thanks for all you coments.
The idea is to reuse componen. We have dedicated a considerable amount of time in some components and some customers wants to reuse that component instead of...
Hi,
We have an application with some REST API to do stuff... in front of that we offer an UI with ExtJS which is normally bundled in the same service.
So far so good, but now we have two new...
me too!!!
Any news on a possible update to use a universal app?