diff --git a/docs/en-US/component/table.md b/docs/en-US/component/table.md index cf3d2fd3b7..28c414e620 100644 --- a/docs/en-US/component/table.md +++ b/docs/en-US/component/table.md @@ -339,3 +339,19 @@ table/table-layout | ------ | ---------------------------------------------------------------------------------- | | — | Custom content for table columns. The scope parameter is `{ row, column, $index }` | | header | Custom content for table header. The scope parameter is `{ column, $index }` | + +## FAQ + +How to use image preview in the table? + +```vue + + + +``` + +PS: since the fixed column is implement by sticky, when you have fixed columns in table, please add the `preview-teleported` attribute in image