Description
When we initialise Handsontable without initial data but with enabled TrimRows, then standard behaviour of the startRows is broken - an instance doesn't render any rows.
Although, TrimRows plugin enabled in updateSettings works well.
Steps to reproduce
- Initialise an instance without
data but with trimRows: true.
Demo
https://jsfiddle.net/zc5ybdt3/
Your environment
- Handsontable version: 1.14.0+ (perhaps even older)
- Browser Name and version: any
- Operating System: any
Description
When we initialise Handsontable without initial data but with enabled TrimRows, then standard behaviour of the
startRowsis broken - an instance doesn't render any rows.Although,
TrimRowsplugin enabled inupdateSettingsworks well.Steps to reproduce
databut withtrimRows: true.Demo
https://jsfiddle.net/zc5ybdt3/
Your environment