Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-973, ZEPPELIN-954] Table rendering improvements - #973
Conversation
* Render up to 5 digits after decimal point * Allow visual selection of table cells * Default to text renderer
corneadoug
commented
Jun 8, 2016
@jasonxh Thanks for the fix It can save a lot of time to the reviewer :) I tested and the decimal formating is working great, HTML and string rendering is still good too. Regarding the selection cell for copy, I would advise to use both: This would remove the cell selection (with the border), and allow selection of the table text visually. So except for that small configuration change, LGTM |
jasonxh
commented
Jun 8, 2016
Thanks @corneadoug . I've updated the PR with your suggestions. I'll remember to paste a code snippet next time. :) |
corneadoug
commented
Jun 8, 2016
LGTM |
r-kamath
commented
Jun 8, 2016
@corneadoug :) |
corneadoug
commented
Jun 9, 2016
Merging if there is no more discussions |
corneadoug
commented
Jun 9, 2016
@jasonxh I can't find you somehow on the JIRA user id. |
jasonxh
commented
Jun 9, 2016
@corneadoug it's the same handle as github, jasonxh |
corneadoug
commented
Jun 10, 2016
@jasonxh can you try to assign yourself to those two JIRA issues? somehow I can't do it |
corneadoug
commented
Jun 10, 2016
@jasonxh I managed to do it, thanks |
Regarding selecting data from the table (ZEPPELIN-954), it works but only the first time. I have tried using both Firefox and Chrome (latest versions). |
jasonxh
commented
Jun 21, 2016
@gauravkumar37 I noticed the same thing. There's some cleanup issue regarding handsontable. I've reopened [ZEPPELIN-954] and I'm working on a fix. |
corneadoug
commented
Jun 22, 2016
Handsontable isn't properly instantiated, it's creating a lot of them |
gauravkumar37
commented
Jun 23, 2016
@corneadoug I think probably that's the reason the UI gets sluggish after a while. |

What is this PR for?
This PR fixes a few minor issues from the recent introduction of Handsontable for table rendering (#858):
What type of PR is it?
Bug Fix, Improvement
Todos
What is the Jira issue?
How should this be tested?
Output some rows with floating point numbers and render them in a table.
Screenshots (if appropriate)
Questions: