Releases: trendmicro-frontend/react-table
Releases · trendmicro-frontend/react-table
v0.8.3
03 Jan 07:37
Compare
Sorry, something went wrong.
No results found
If the "justified" prop is set to false, it will no longer adding "white-space: nowrap" style for table rows and cells (3bd2fa9 , #10 )
Fixed an issue that cannot expand row when its row key is empty or equal to zero (c0a0091 , #12 )
v0.8.2
27 Dec 10:51
Compare
Sorry, something went wrong.
No results found
Fixed an issue that may cause unwanted horizontal and vertical scrolling when re-rendering the TableHeader and TableBody components (5108a02 )
eslint fixes (e5fa981 )
deps: eslint-config-trendmicro@~1.3.0 (e89a5bd )
v0.7.4
27 Dec 10:28
Compare
Sorry, something went wrong.
No results found
Fixed an issue that may cause unwanted horizontal and vertical scrolling when re-rendering the TableHeader and TableBody components (5762bf9 )
v0.8.1
21 Dec 09:29
Compare
Sorry, something went wrong.
No results found
Example
Use display: inline-block for rendering checkboxes within table cells (ab2816b )
Improvements
Fixed an issue where loading icon is not vertically aligned when data is empty (#9 )
v0.8.0
19 Dec 09:58
Compare
Sorry, something went wrong.
No results found
v0.7.3
17 Nov 09:25
Compare
Sorry, something went wrong.
No results found
Fixed a bug that will use previous "columns" prop to render table template (88ca846 )
v0.7.2
06 Oct 08:01
Compare
Sorry, something went wrong.
No results found
Support React v16.0 (PR #6 )
v0.7.1
09 Aug 06:39
Compare
Sorry, something went wrong.
No results found
Adjust code for performance. (8f5e74c )
v0.7.0
01 Aug 10:06
Compare
Sorry, something went wrong.
No results found
Set default value to column's key attribute and add the example for dynamic header. (15aa8b2 )
Fix performance issue. (data amount is 600). (80b678a )
v0.6.1
19 Jul 04:11
Compare
Sorry, something went wrong.
No results found
To Firefox get element's original height, we need to change display style to 'block' first. (560aa46 )
Use middle alignment for table headers and top alignment for other content of the table. (992bf24 )
Use justified to replace of averageColumnsWidth attribute name. (b4906c6 )
Adjust hoverable attribute. (2b6584f )