Hi, i'm french and my english is limited, so sorry.
I decide to use your component, great job ;)
I want to translate some word like "Previous", "rows" etc.. I know i can override their components but for just a translation, i think a translate option is a plus.
Thank you for your reading and your futur answers !
My bad, RTFM sorry guys.
I have the same issue --> @JigsWeb where do I find this in the manual?
Hi, in props part, you can found:
{...,
previousText: 'Previous',
nextText: 'Next',
loadingText: 'Loading...',
noDataText: 'No rows found',
pageText: 'Page',
ofText: 'of',
rowsText: 'rows'
}
Cool, thank you!
Most helpful comment
Hi, in props part, you can found:
{..., previousText: 'Previous', nextText: 'Next', loadingText: 'Loading...', noDataText: 'No rows found', pageText: 'Page', ofText: 'of', rowsText: 'rows' }