This patch release primarily re-enabled dynamic column sizing for occlusion tables and wires up the onScrolledToBottom
and onScroll
actions.
However, we have to (temporarily) remove expanded rows. See this comment in #514 for more details.
Commits
- 55f5962e fix(occlusion): remove colspan from loader and no-data spanned rows by Jan Buschtöns
- 5f6637e3 fix(occlusion): temporarily remove yield inside vertical-collection by Jan Buschtöns
- ee30bb83 fix(occlusion): wire up onScroll and onScrolledToBottom by Jan Buschtöns
- b93f0671 fix(occlusion): pass bufferSize based on scrollBuffer by Jan Buschtöns
- c240a23c fix(occlusion): tbody sizing via flexbox, dynamic column widths by Jan Buschtöns
- 140ea0d6 docs(README): update "help wanted" label link by Jan Buschtöns