v0.9.3
·
7633 commits
to master
since this release
Release 0.9.3
Bugfixes
DataTable: Adds event listeners to listen for window resize by default. This creates a behavior that truncates horizontal cells and is similar to how aDataTableon the Salesforce Platform works. Additional propsonFixedHeaderResizeandonToggleFixedHeaderListenersare useful if you'd like to attach the resize/realign event to something besides thewindow/documentwhich is the default. Adding widths to the columns with props will make the table start scrolling to the right and hide information (“overflow-x:hidden”)--so it’s an all widths or no widths solution. No widths, will make the column headers optional truncate based on the browser decided HTML table column width (and this is what you see in the examples).