Browse Source

HUE-7320 [frontend] Use nicescroll for the sql columns table

Johan Ahlen 8 năm trước cách đây
mục cha
commit
cbc73841e0

+ 1 - 1
desktop/core/src/desktop/templates/ko_components/ko_sql_columns_table.mako

@@ -56,7 +56,7 @@ from desktop.views import _ko
           </tr>
           </thead>
           <!-- /ko -->
-          <tbody data-bind="foreachVisible: { data: filteredColumns, disableNiceScroll: true, minHeight: 29, container: '.sql-columns-table', pubSubDispose: 'context.popover.dispose' }">
+          <tbody data-bind="foreachVisible: { data: filteredColumns, minHeight: 29, container: '.sql-columns-table', pubSubDispose: 'context.popover.dispose' }">
           <tr>
             <!-- ko if: typeof selected === 'undefined' -->
             <td data-bind="text: $index()+$indexOffset()+1"></td>