jongyoul commented on code in PR #4727:
URL: https://github.com/apache/zeppelin/pull/4727#discussion_r1515586895
##########
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:
I'm just curious. is the value restricted to a minimum size? Otherwise, how
does this setting affect to UI?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]