ElemeFE / ElemeFE/element-react
Table No Data text is not editable
Open
- 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
Assessment
This issue has not been assessed yet.