Dear sir,I’m sorry of my little English.
I have executed demo code.But I have found one question.
The partment of question is ServerSorting in Sorting of jqxDataTable’s demo.
There are some code below:(Sample code):
$(document).ready(function () {
// prepare the data
var source =
{
dataType: “json”,
dataFields: [
{ name: ‘ShipCountry’, type: ‘string’ },
{ name: ‘ShipCity’, type: ‘string’ },
{ name: ‘ShipAddress’, type: ‘string’ },
{ name: ‘ShipName’, type: ‘string’ },
{ name: ‘Freight’, type: ‘number’ },
{ name: ‘ShippedDate’, type: ‘date’ }
],
root: ‘value’,
url: “http://services.odata.org/V3/Northwind/Northwind.svc/Orders?$format=json&$callback=?”
};
————-
Everything have actioned very well.
But I want to responsive to myscript,So I hope to be known your scriptfile to me.
Detailly I need to php file source.
Help me!Thank you!