ant-design-vue/components/table
viruscamp 3761eddb4b
feat: add event update:filterDropdownVisible for Table.Column (#3893)
It's same as event filterDropdownVisibleChange, but can be used with prop as ':filterDropdownVisible.sync="filterDropdownVisible"' for short.
It's the base of other props in Table.Column to add event update:prop to use ':prop.sync' shorthand.
Next events for other props will be update:filteredValue and update:sortDirections.
2021-04-05 10:37:04 +08:00
..
__tests__ perf: table 2021-02-28 23:34:04 +08:00
style fix: fixed column height not correct #1493 #2632 2020-08-19 22:54:52 +08:00
Column.jsx style: lint add semi and prettier 2019-01-12 12:46:29 +08:00
ColumnGroup.jsx style: lint add semi and prettier 2019-01-12 12:46:29 +08:00
FilterDropdownMenuWrapper.jsx Feat 1.5.0 (#1853) 2020-03-07 19:45:13 +08:00
SelectionBox.jsx perf: table 2021-02-28 23:34:04 +08:00
SelectionCheckboxAll.jsx perf: table 2021-02-28 23:34:04 +08:00
Table.jsx perf: table 2021-02-28 23:34:04 +08:00
createBodyRow.jsx perf: table 2021-02-28 23:34:04 +08:00
filterDropdown.jsx fix(Table): Fix checkbox does not work when Table Filter value is number type (#3052) 2020-10-28 11:36:06 +08:00
index.jsx feat: add event update:filterDropdownVisible for Table.Column (#3893) 2021-04-05 10:37:04 +08:00
interface.js perf: table 2021-02-28 23:34:04 +08:00
util.js Feat 1.5.0 (#1853) 2020-03-07 19:45:13 +08:00