GitHub user r-kamath opened a pull request: https://github.com/apache/incubator-zeppelin/pull/858
ZEPPELIN-830 Improve table display to handle large data ### What is this PR for? This is an improvement for table display. By using [Handsontable](https://github.com/handsontable/handsontable) we can load and display more data in paragraphs. Tested using sample tabular data consisting 10000x80 cells ### What type of PR is it? Improvement ### Todos * [ ] - Decimal formatting * [ ] - Rendering without angular/html directives * [ ] - UI fixes ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-830 ### How should this be tested? TODO : test cases to follow ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? Yes * Is there breaking changes for older versions? No * Does this needs documentation? Maybe You can merge this pull request into a Git repository by running: $ git pull https://github.com/r-kamath/incubator-zeppelin ZEPPELIN-830 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/858.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #858 ---- commit c833f6ee16beaa9bd11343da5145841170b272cc Author: Renjith Kamath <renjith.kam...@gmail.com> Date: 2016-04-26T11:42:14Z ZEPPELIN-830 Improve table display to handle large data ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---