jQuery UI Widgets › Forums › General Discussions › I want to learn php web script.
Tagged: bind, data adapter, dataadapter, Integration, jqwidgets, jqxDataAdapter, load, php, script
This topic contains 4 replies, has 2 voices, and was last updated by hongchainan 11 years, 3 months ago.
-
Author
-
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!Hello hongchainan,
Please refer to the PHP demos and the PHP Integration tutorials in the Documentation for more information about PHP and jQWidgets integration.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Thank you,sir.
I saw PHP demos and PHP INtegration turtorials warmly.
Can you support the php file including http://services.odata.org/V3/Northwind/Northwind.svc/Orders.
Thank you.Hi hongchainan,
In the jQWidgets download package, the PHP examples are available in the folders
phpdemosanddemos\php.Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Thank you.
-
AuthorPosts
You must be logged in to reply to this topic.