How to consume OData service with Html/Javascript?

后端 未结 5 1971
感动是毒
感动是毒 2020-12-23 18:59

Our project currently uses Silverlight to consume an Odata service. This has made life pretty simple since we can just reference the OData service thus giving us generated s

5条回答
  •  感情败类
    2020-12-23 20:03

    If you want to display data in the table and use sorting, paging, search, you can use jQuery dataTables plugin https://www.datatables.net/ with OData connector http://vpllan.github.io/jQuery.dataTables.oData/

    You don't need any additional programming since dataTables will perform there operations for you.

提交回复
热议问题