Skip to content

Commit

Permalink
Fix the new zeppelin ui. The specific reason is that the use of exces…
Browse files Browse the repository at this point in the history
…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. (#4727)

(cherry picked from commit 50efcf8)
  • Loading branch information
myongyun authored and jongyoul committed Mar 10, 2024
1 parent 164a21b commit 8058385
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
nzShowSort
nzCustomFilter
[nzSortKey]="col"
Expand Down

0 comments on commit 8058385

Please sign in to comment.