myongyun opened a new pull request, #4727: URL: https://github.com/apache/zeppelin/pull/4727
…sively wide column widths resulted in the remaining fields being squeezed out of the screen, and nz table did not have a scroll bar set to display scrolling. ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html When I am using the new Zeppelin interface for querying with jdbc or Spark SQL, the resulting table cannot display all the content. Example: If there is a MySQL table as follows.  When using zeppelin jdbc queries, the following results will be obtained:  You can see that only two fields are displayed. The specific reason is that the use of excessively wide column widths resulted in the remaining fields being squeezed out of the screen, and nz table did not have a scroll bar set to display scrolling. ### What type of PR is it? Improvement *Please leave your type of PR only* ### Todos * [ ] - Task The solution is as follows: * 1. Add a horizontal scrollbar to the nz table of Angular JS by modifying it, so that the remaining fields can be displayed by scrolling. * 2. Adjust the column width to be too wide for better display. ### What is the Jira issue? NONE ### How should this be tested? * Strongly recommended: add automated unit tests for any new or changed behavior * Outline any manual steps to test the PR here. ### Screenshots (if appropriate)   ### Questions: * Does the license files need to update? No need * Is there breaking changes for older versions? no * Does this needs documentation? No need -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org