-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
feat: columnResizable #1106
base: master
Are you sure you want to change the base?
feat: columnResizable #1106
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
02c41ed
to
0eab6c4
Compare
体验有点怪异,如果是超出 width 的时候缩小应该就是缩小,不应该把右边的撑开才对。 |
6ad31d3
to
c50f2da
Compare
c50f2da
to
97d5903
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1106 +/- ##
==========================================
+ Coverage 97.96% 98.06% +0.09%
==========================================
Files 51 53 +2
Lines 4674 4913 +239
Branches 597 627 +30
==========================================
+ Hits 4579 4818 +239
Misses 91 91
Partials 4 4 ☔ View full report in Codecov by Sentry. |
mark |
mark 2 |
原先内部
onColumnResize
重命名为onColumnWidthChange
,进行区分