ElemeFE / ElemeFE/element-react

Table No Data text is not editable

Open
#1,108 4 comments 4 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.8k
Forks
435
PR merge metrics
No merged PRs in 30d

Description

### Description

When there is no data in the table the text will be displayed is not editable it does not exist on the TableProps.
Moreover I internationalized the element-react to English by using
`
import { i18n } from "element-react";
import locale from "element-react/src/locale/lang/en";
i18n.use(locale);
`

And still the text displaying automatically is "暂无数据"

It is very annoying and I guess easily solvable. If you can help I will be so appreciated.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.