From fa643a55b09ed254d95aa7f309343520850a65da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=95?= Date: Mon, 29 Jan 2018 12:09:35 +0800 Subject: [PATCH] Doc: update Table's header-dragend description (#9513) --- examples/docs/en-US/table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docs/en-US/table.md b/examples/docs/en-US/table.md index a1ccff486..b1e316840 100644 --- a/examples/docs/en-US/table.md +++ b/examples/docs/en-US/table.md @@ -1993,7 +1993,7 @@ You can customize row index in `type=index` columns. | sort-change | triggers when Table's sorting changes | { column, prop, order } | | filter-change | column's key. If you need to use the filter-change event, this attribute is mandatory to identify which column is being filtered | filters | | current-change | triggers when current row changes | currentRow, oldCurrentRow | -| header-dragend | triggers when finish dragging header | newWidth, oldWidth, column, event | +| header-dragend | triggers after changing a column's width by dragging the column header's border | newWidth, oldWidth, column, event | | expand-change | triggers when user expands or collapses a row | row, expandedRows | ### Table Methods