Closed nukeruseg closed 4 years ago
Also, if I manually try to change .tabulator-tableHolder height on input event of textarea it causes to exit edit mode (cellEdited event raised and textarea renders as text)
If you want the table to render in classic mode, and resize with its contents then you need to set the virtualDom property to false
in the table constructor:
var table = new Tabulator(".tabulator-table", {
virtualDom:false,
});
Cheers
Oli :)
Describe the bug When editing textarea if you insert new line symbol table height not changing
Tabulator Info 4.7.2
Working Example https://jsfiddle.net/L1eswq7n/6/
To Reproduce A step by step guide to recreate the issue in your JS Fiddle or Codepen:
Expected behavior Table (.tabulator-tableHolder) height changing with changes of cell height