Releases: SijieCai/rb-table
Releases · SijieCai/rb-table
1.0.14
1.0.13-stable
fix: fix error when table is destroy immediately setTimout reflow will failed.
v1.0.8-beta1
- Add touch support for mobile
- Fix bug when click on scrollpanel, the scroll offset should be rang between the center of scrollbar to the click point.
goal to stable version:
- add the all area scroll support in auto height mode.
v1.0.7-beta1
- Use new layout for scroll bar width and height
- Add playground and doc website
- fix bug click the gap of the scrollbar and scrollPanel will scroll.
- fix bug horizontal scrollbar overlap with vertical scrollbar
- fix bug now the scrollbar minmum height is 20 on large amount of data displays.
- fix bug now rb-table and a few other class should be border-box.
- fix bug mouse drag not work as expected.
- fix bug only mouse left button click can trigger scrollbar movement.
- fix some other bugs.
todo:
This version is every close to release version, need to support auto height mode, user should be able to scroll on top of fixed columns.
v1.0.6-beta1
Features:
- When rb-table height is not specified it will be as height as it is, while the horizontal scrollbar still takes effect when content width exceeds container width.
- Add the scrollbar hover effect.
Bug fix: - Fix bug when no fixed columns there two 00 display on screen.
v1.0.4-beta1
First realase of rb-table with the following features support.
- Declarative react table component.
- Advanced table layout with width / minWidth / maxWidth support.
- Fixed header and columns support.
- Seamingless scroll behaviour on fixed header/columns mode.
- Customized scrollbar style.
- Less and Sass with variables defined.