| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
PatternFly-React preview: https://2118-pr-patternfly-react-patternfly.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #2118 +/- ##
=======================================
Coverage 80.74% 80.74%
=======================================
Files 642 642
Lines 7781 7781
Branches 504 504
=======================================
Hits 6283 6283
Misses 1258 1258
Partials 240 240
Continue to review full report at Codecov.
|
Sorry, something went wrong.
There was a problem hiding this comment.
I am no longer using Row/Body/Cell Wrappers. No issues w/ this.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What:
When using react table in typescript project there is no way how to import RowWrapper implementation and copy pasting parts of it is bad. So this PR fixes this problem by exporting RowWrapperProps as interface and RowWrapper as implementation.
Additional issues:
There might be problems because we are changing interface to implementation, but this is not that greatly used interface so it should be fine. @suomiy, @priley86 are you using this interface somewhere?
Fixes: #2109