Hi all !
I’m have a grid with url. But i don’t know set endpoint ( or param) for url query. I don’t use param: count and start of defaut.
How do i config endpoints ?
Hi all !
I’m have a grid with url. But i don’t know set endpoint ( or param) for url query. I don’t use param: count and start of defaut.
How do i config endpoints ?
Sorry, but the question is not clear.
You can use any URL that returns XML or JSON in the valid format.
http://docs.webix.com/datatree__data_formats.html
By default, a grid will not add any extra parameter to the URL. If you are using server-side filtering or server side sorting, the URL will have extra parameters like follows
data.php?sort[package]=desc
data.php?filter[title]=some