Hello Kris,
Thanks for finding this problem. It is fixed in GitHub.
Kind Regards,
Will
Guriddo Support Team
Hello,
First of all thank you for finding the bug about the colNames problem. It is fixed now in GitHub.
About your recommendation – yes we can do this, but… the data from server is in pages and when we do this we will get only the current loaded page and not all the data – the purpose of the export is to export the whole data.
We think it is up to developer to do this and make the export as desired – it is not so much just 4 lines of code.
Kind Regards
Will
Guriddo Support Team
Hello Kris,
I think you have missed this important detail – The export to pdf, csv, xml, html is available only if the data is local – In your case the data is cumming from the server only and you are unable to make the desired export. More yuou can find in our documentation here
To do what you want maybe on button click you can reload the grid with option loadonce true make the export and set back the datatype parameter xml after the export. Do not forget to enclose the export function in setTimeout in order to give time the data to be loaded locally.
If you have problems on this, please let us know.
Kind Regards,
Will
Guriddo Support Team
Hello,
We can’t reproduce the problem. Here is example, where the only problem is the undefined in note field (which we have fixed in GitHub)
Kind Regards,
Will
Guriddo Support Team
Thanks,
We will try to do this in the upcoming release.
Kind Regards,
Will
Guriddo Support Team
We see other minor problems (like position of submenu), which we will fix ASAP.
Kind Regards,
Will
Guriddo Support Team
Hello,
Sorry we have forgot to publish the other fix.
Now it should be OK.
Thank you for your effort.
Please let us know if it is OK now.
Kind Regards,
Will
Guriddo Support Team
Hello,
Thank you for the problem reporting and found these bugs. It seems there was a last minute changes in bootstrap classes. For the questions
1. Fixed
2. It is normal. Currently you can use Octicons and Iconic icon sets. Later we will add font awesome.
3. Fixed
4. Fixed.
The fix is here
Please let us know if you have any other problems with Bootstrap 4
Kind Regards,
Will
Guriddo Support Team
Hello,
Please send the code to the support at guriddo dot net and if possible table dumps of tables in the code.
Kind Regards,
WIll
Guriddo Support Team
Hello,
I’m not sure that I understand the question: “Do I need to something to refresh the add data after submit?
What you mean wit this?
Do you have still problems after your last settings?
Kind Regards,
Will
Guriddo Support Team
Hello,
When you check this example you will see that the second parameter is id, and should begin with #, so I think the correct syntax is:
|
1 2 3 4 |
... $grid->setAutocomplete("latin_name","#plant_idplant","SELECT b.idplant, b.latin_name, a.plant_idplant FROM research a, plant b WHERE b.latin_name LIKE ? ORDER BY b.latin_name",null,true,true); ... |
i.e add “#” to second parameter to become “#plant_idplant”
Kind Regards,
Will
Guriddo Support Team
Hello,
Any additional information like code on which this happen, will help us to solve the problem.
Thank you very much for your efforts.
Kind Regards,
Will
Guriddo Support Team
Thanks. We will check it. Can you please give us more details on the grid setup and the incoming data format.
Kind Regards,
Will
Guriddo Support Team
Hello,
Sorry that we do not have explain what we want.
Do you use custom formatter or use a predefined one like date, currency and so on.
Can you please post a simple code what you do.
Note that if you use custom formatter you should define your own unformat function to get the raw value in edit.
Kind Regards,
Will
Guriddo Support Team
Hello,
The recreateFileter should be set in search options and not in navigator – just move this options from navigator to search one.
Regards,
Will
Guriddo Support Team
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top