jQWidgets Forums
Forum Replies Created
-
Author
-
npm ERR! notarget No compatible version found: jqwidgets-framework@4.5.0
npm ERR! notarget Valid install targets:
npm ERR! notarget 4.4.0, 4.3.0, 4.2.1, 4.1.2, 4.1.1, 4.1.0, 4.0.0, 3.9.1, 3.9.0, 3.8.2, 3.8.1, 3.8.0, 3.7.1, 3.7.0, 3.6.0
npm ERR! notargetIt is “jqwidgets-framework”: “4.4.0”
May be angular do not use like this source.
http://www.jqwidgets.com/angular/angular-grid/index.htm#http://www.jqwidgets.com/angular/angular-grid/angular-grid-grouping.htmsource: any =
{
datatype: “xml”,
datafields: [
{ name: ‘CompanyName’, map: ‘m\\:properties>d\\:CompanyName’, type: ‘string’ },
{ name: ‘ContactName’, map: ‘m\\:properties>d\\:ContactName’, type: ‘string’ },
{ name: ‘ContactTitle’, map: ‘m\\:properties>d\\:ContactTitle’, type: ‘string’ },
{ name: ‘City’, map: ‘m\\:properties>d\\:City’, type: ‘string’ },
{ name: ‘PostalCode’, map: ‘m\\:properties>d\\:PostalCode’, type: ‘string’ },
{ name: ‘Country’, map: ‘m\\:properties>d\\:Country’, type: ‘string’ }
],
root: “entry”,
record: “content”,
id: ‘m\\:properties>d\\:CustomerID’,
url: “../sampledata/customers.xml”
};
dataAdapter: any = new $.jqx.dataAdapter(this.source);Thanks but look this page http://www.jqwidgets.com/jquery-widgets-documentation/documentation/angular2/angular2-webpack.htm?search=
Index.html have <script src=”jquery.js”></script>.And I try to delete jquery. The system is not working. Error is “Uncaught TypeError: Cannot read property ‘ajax’ of undefined”.
December 31, 2016 at 9:56 am in reply to: Angular 2 Server Side Filtering,Sorting,Paging Angular 2 Server Side Filtering,Sorting,Paging #90222ok. Thanks.
December 30, 2016 at 8:56 pm in reply to: Angular 2 Server Side Filtering,Sorting,Paging Angular 2 Server Side Filtering,Sorting,Paging #90214Thank you for response.
My project is Angular2 so I need angular 2 server side paging,filtering,sorting.
Can I do this with jqwidgets?I tried onfilter event. It is working for server side. But first client side filter is working second my server side filter working?
It is not a good response for me? I dont want client operations. -
AuthorPosts