| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
PatternFly-React preview: https://1250-pr-patternfly-react-patternfly.surge.sh |
Sorry, something went wrong.
Pull Request Test Coverage Report for Build 4209
💛 - Coveralls |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks really good! Few nitpicks here and there, but that's nothing too crucial. I think that this is really great example of how to introduce extended logic to our packages.
Sorry, something went wrong.
Demo: Note: I have left the other examples w/ fixed headers/scrolling tbody, however they could be used in conjunction w/ WindowScroller as well. |
Sorry, something went wrong.
|
Adding a few more fixes after testing some downstream...
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What:
A very very rough W.I.P. to start some initial discussions about a "virtualized" PF4 table.
fixes #1229
Some things I've attempted so far:
https://reactabular.js.org/#/features/virtualization?a=using-relative-column-widths
Still working on:
<WindowScroller scrollElement={document.getElementById('content-scrollable')}> {({height, isScrolling, registerChild, onChildScroll, scrollTop}) => <Table caption="Sortable Virtualized Table" cells={columns} rows={rows} bodyWrapper={VirtualizedBodyWrapper} rowWrapper={VirtualizedRowWrapper} sortBy={sortBy} onSort={this.onSort} > <TableHeader /> <VirtualizedBody height={height} width={width} onScroll={onScroll} rowKey="id" tableBody={this.tableBody} /> </Table>} </WindowScroller>Running demo:
http://pf4-table-virtualized.surge.sh/virtual-scroll/virtualized/
Additional issues:
cc: @karelhala @suomiy