Roadmap for V2.0
See original GitHub issueHere is the wishlist I’d like to have for the next major version:
- Don’t use
Grid
for table header - Replace
react-virtualized
withreact-window
#12 - remove deprecated lifecycles #10
- Dynamic row heights #170
- Make virtualization configurable
- A11y
- UT
- plugin support
- rewrite with TypeScript
- support custom children key
Breaking changes:
- use
rollup
to bundle package - omit placeholders in
rowRenderer
- rename
tagName
toas
orelementType
- rename
scrollToPosition
toscrollTo
- rename
headerRenderer
toheaderRowRenderer
- rename
headerRenderer
forColumn
toheaderCellRenderer
- move
AutoResizer
to a separate package
Nice to have:
- better size calculation to support cell with borders #149
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:42 (10 by maintainers)
Top Results From Across the Web
Glitch Roadmap Release v2.0 - Medium
Glitch Roadmap Release v2.0. A deeper look at what we have in store for the remainder of 2021 and beyond. The dawn of...
Read more >The Cosmos Hub Roadmap 2.0
The Cosmos Hub Roadmap 2.0. This Cosmos Hub Product Roadmap incorporates input from product owners, key Cosmos stakeholders (ATOM holders, ...
Read more >FICAM Roadmap v2.0 - HEI Security
Federal Identity, Credential, and Access Management (FICAM) Roadmap and Implementation. Guidance. Value Proposition. The purpose of this document is to provide ...
Read more >Roadmap to v2.0 · Discussion #4056 · pydantic ... - GitHub
Roadmap to v2.0. ... (like default_factory in Field ) is not stable, and will be fixed in v2.0. Do you have any plan...
Read more >Roadmap to v2.0, v3.0, v4.0
Roadmap to v2.0, v3.0, v4.0¶. Background¶. To make the khmer project easier to use and easier to build upon several fundamental changes need...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kaleem-elahi No, even I don’t use this component much as I leave the previous project, but it’s a baby of mine, so I will keep on improving it(and it’s still heavily used in the projects I worked on), and actually there are not much blocking issues for the current version, and I’ll ask for the permission to access this repo for better maintenance, what I wanted to say is that for the next major version it’s going to be a completely rewrite so it won’t arrive soon
First of all I just wanted to say that I really really like the react-base-table but am unable to use it right now for the following reasons. It also seems to me that those are issues that everyone will benefit from…
Lack of documentation. The examples are great but they do not describe well what are the additional options or full usage of the particular feature. Not as easy to figure whatever you are looking at especially for the more complicated examples.
I am not sure who is using the ellipsis in the cells and why would that be a default other than the table not being able to support auto row heights.
If you use the rowHeight to modify the row height of the whole table the performance when displaying hundreds of rows, which is something that is supposed to be better, goes out of the window.
Please understand this is not a criticism of what you currently have but a request to make it easier for people to understand and start use it with enough basic features out of the box.