Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
Binding ig tree grid data source with a url
posted

i am  using the angular directive of ig tree grid. The issue i am facing is i am trying to binding the data-source of tree grid with a post call. This post call send some data in its payload to a server and server in response returned some JSON  object, but i didn't found any thing on ig tree gird angular directive documentation on their website which provide help for integrating the data source with some  URL. And one thing which i want to ask that is this possible to use a POST call for binding the data source  because in POST call how can i sent the data param to server using payload i mean what will be the exact method.

Parents
No Data
Reply
  • 3995
    Offline posted

    Hello,

    You can extract the data from response and apply is as a data source of the igTreeGrid, if you have already created it, or you can create it when the response is ready. Can you send a sample, so that I can do some further investigations

Children
No Data