Jquery DataTables is a open source plugin for creating tables in browser. It has many features like sorting,server side processing, JQUERY UI theme rolling. The download link for this plugin: http://www.datatables.net/download/ In this demo we have shown integration of data table with java.The Data table will load the data by making an Ajax call to load all the data. The ...
Read More »Home »
Creating DataTable From RSS Feed And YQL
Yahoo Query Language(YQL ) is a query language like SQL. Using YQL we can query, filter, and join data across Web services. YQL can also read RSS feed too. The Response can be JSON or XML. Yahoo provides a YQL console for debugging , testing and diagnostics the YQL statements. ...
Read More »