-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ZEPPELIN-973, ZEPPELIN-954] Table rendering improvements #973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Render up to 5 digits after decimal point * Allow visual selection of table cells * Default to text renderer
|
@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 |
|
Thanks @corneadoug . I've updated the PR with your suggestions. I'll remember to paste a code snippet next time. :) |
|
LGTM |
|
@corneadoug :) |
|
Merging if there is no more discussions |
|
@jasonxh I can't find you somehow on the JIRA user id. |
|
@corneadoug it's the same handle as github, jasonxh |
|
@jasonxh can you try to assign yourself to those two JIRA issues? somehow I can't do it |
|
@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). |
|
@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. |
|
Handsontable isn't properly instantiated, it's creating a lot of them |
|
@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: