Table: Add filter-placement for table filter Popper; If the column is too wide, the popper's position will be improper;

https://jsfiddle.net/whitewang/obpsLcva/7/
pull/4626/head
white.wang 2017-04-28 11:42:09 +08:00 committed by 杨奕
parent 324f541c76
commit 22c65df30f
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ export default {
filterPanel = new Vue(FilterPanel);
this.filterPanels[column.id] = filterPanel;
if (column.filterPlacement) {
filterPanel.placement = column.filterPlacement;
filterPanel.placement = column.filterPlacement;
}
filterPanel.table = table;
filterPanel.cell = cell;