Skip to content

0.9.2

Compare
Choose a tag to compare
@janisdd janisdd released this 06 Jul 11:56
· 31 commits to master since this release

0.9.2

  • added feature #157 - hide columns initially, added options
    • initiallyHiddenColumnNumbers to hide columns based on its number
    • initiallyHiddenColumnNames to hide columns based on its name (first non-comment row)
  • fixed issue #147: add feature to automatically reload data if the source csv file changes
  • fixed issue #152: support drag and paste like excel
    • enabled dragToAutoFill (handsontable fillHandle) option
    • only supports copying same sequences 1,2,3 will copy 1,2,3 again not 4,5,6