-
-
Notifications
You must be signed in to change notification settings - Fork 618
Add rtl direction #426
New issue
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
Add rtl direction #426
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/react-component/table/prjj86my9 |
Codecov Report
@@ Coverage Diff @@
## master #426 +/- ##
==========================================
+ Coverage 99.83% 99.84% +<.01%
==========================================
Files 21 21
Lines 601 629 +28
Branches 167 181 +14
==========================================
+ Hits 600 628 +28
Misses 1 1
Continue to review full report at Codecov.
|
Could you help to add a test case to test related class? |
I've added some tests. ;) |
@zombieJ I don't know why FixTitle3 is not working even in |
Excuse me. What is |
Title 3 fixed column doesn't work. table/examples/fixedColumnsAndHeader.tsx Lines 51 to 57 in c098e7a
|
All green now, and i think |
Please help to added in antd@feature brach : ) |
I'm fixing antd table bug on master branch and i need these changes. , should i move it to feature branch? |
Just added some fixes for rtl direction.
Fixed columns in rtl direction will be displayed correctly with these changes.