We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
table don't read direction rtl and when it start to load the page start from the left as shown in scroll bar
And already included rtl in Table <Table wordWrap="break-word" hover={false} rtl={true} autoHeight data={items} loading={loading} rowHeight={80} headerHeight={80} sortColumn={sortColumn} sortType={sortType} onSortColumn={handleSortColumn} cellBordered bordered > {children} </Table> please help me
<Table wordWrap="break-word" hover={false} rtl={true} autoHeight data={items} loading={loading} rowHeight={80} headerHeight={80} sortColumn={sortColumn} sortType={sortType} onSortColumn={handleSortColumn} cellBordered bordered > {children} </Table>
The text was updated successfully, but these errors were encountered:
Please reproduce your problem through codesandbox.
Sorry, something went wrong.
No branches or pull requests
table don't read direction rtl and when it start to load the page start from the left as shown in scroll bar
And already included rtl in Table
<Table wordWrap="break-word" hover={false} rtl={true} autoHeight data={items} loading={loading} rowHeight={80} headerHeight={80} sortColumn={sortColumn} sortType={sortType} onSortColumn={handleSortColumn} cellBordered bordered > {children} </Table>
please help me
The text was updated successfully, but these errors were encountered: