Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 MDBReact 表文本(例如“显示条目”)更改为西班牙语?谢谢你。
你可以这样做:
<MDBDataTable infoLabel={["Afficher", "à", "de", "éléments"]} searchLabel="chercher"/>
通过覆盖
<MDBDataTable infoLabel={["Showing", "to", "of", "entries"]} />