Skip to content

v0.9.3

Choose a tag to compare

@interactivellama interactivellama released this 22 Dec 03:21
· 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 a DataTable on the Salesforce Platform works. Additional props onFixedHeaderResize and onToggleFixedHeaderListeners are useful if you'd like to attach the resize/realign event to something besides the window/document which 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).