jQWidgets Forums

jQuery UI Widgets Forums Grid how to use dataexport.php with angular 8?

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 4 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • widgetnewuser
    Participant

    Hi,

    We are getting error while exporting jqxgrid with more than 2000 rows, as per the forum discussions I have copied the dataexport.php over to my server and used the exportdata method as below:

    this.mygrid.exportdata(‘csv’, ‘gridfile’, false, null, false, ‘http:localhost:4200/dataexport.php’);

    I am getting an error saying: Cannot POST /localhost:4200/dataexport.php

    How do I correctly use the php file with angular 8? Do I need to have a separate server to run php file separately?


    Thanks

    how to use dataexport.php with angular 8? #113753

    Hristo
    Participant

    Hello widgetnewuser,

    You could check the path.
    Is this correct written?
    I would like to mention that it is important for your server to be able to execute the PHP files, too.
    Also, please, check this topic which could be helpful.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.