myongyun commented on code in PR #4727: URL: https://github.com/apache/zeppelin/pull/4727#discussion_r1515607707
########## zeppelin-web-angular/src/app/visualizations/table/table-visualization.component.html: ########## @@ -37,12 +37,13 @@ <nz-table #table nzSize="small" nzShowSizeChanger + [nzScroll]="{ x: '1300px' }" [nzData]="rows" [nzFooter]="aggregatesFooter"> <thead> <tr> <th *ngFor="let col of columns" - nzWidth="800px" + nzWidth="200px" Review Comment: @jongyoul  Yes, this setting will restrict its minimum value. -- 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