Handsontable

外觀和感覺像試算表的 JavaScript 資料網格。

由以下開發商製作:Handsoncode
ComponentSource 開始代理銷售的日期:2016年

價格從: US$ 979.02 版本: 17.1.0 新增功能 更新: May 19, 2026 5.00 評價的平均星級5.00 評價的平均星級5.00 評價的平均星級5.00 評價的平均星級5.00 評價的平均星級 (1)

i

Handsontable is the new name for Handsontable Pro.

Handsontable 新版本發表

Released: Feb 12, 2020

V7.4.0 中的更新

修補程式

  • Fixed problem where the onCellMouseUp hook was fired for all mouse buttons except the right mouse button, which was not consistent with the onCellMouseDown hook. To make the changes more consistent with the native dblclick event (which is triggered only for the left mouse button), the onCellDblClick and onCellCornerDblClick hooks were modified to also fire only for the left mouse button.
  • Fixed a bug with numbers not being presented properly in the pt_BR culture setting.
  • Updated moment...

Released: Dec 12, 2019

V7.3.0 中的更新

特性

  • uiContainer for contextMenu plugin - Allows the user to add a reference to a DOM element serving as a container in which the whole Context Menu element is placed. This is useful when Handsontable is instantiated in an iframe or other element that trimms the content. Before the change, the area of an element was always trimmed. Now, after pointnig to a specific container, the element no longer slips under the frame.

修補程式

  • Fixed a problem with table resizing on every scroll event on Firefox...

Released: Oct 23, 2019

V7.2.2 中的更新

修補程式

  • Rolled back backward-incompatible changes in the TypeScript definition file introduced in 7.2.0.
  • Fixed a problem, where the Handsontable.helper.htmlToGridSettings threw an error on IE11, when the target table was a part of an iframe.

Released: Oct 16, 2019

V7.2.1 中的更新

修補程式

  • Fix a problem which made the move/resize handles hidden under the headers.

Released: Oct 15, 2019

V7.2.0 中的更新

特性

  • Added cellProperties to search queryMethod arguments. It's now possible to tell what kind of data is being queried.
  • Improved TypeScript definition file.
  • Improved documentation and definition files regarding after- hooks for creating and removing rows/columns.
  • Improved documentation for the totalColumn option.
  • Added a lint:fix script to be able to fix lint errors from the CLI.

修補程式

  • Fixed a bug with a disappearing column header, when the height option is was set to auto.
  • Fixed a problem with an...

Released: Aug 12, 2019

V7.1.1 中的更新

修補程式

  • Refactored the Walkontable table renderers.
  • Removed the yarn.lock file from the repository and updated the Node version in the Travis configuration file.
  • Added a missing rootInstanceSymbol property to Handsontable to allow using new Handsontable.Core properly.
  • Fixed a bug where copying/pasting/deleting data for autocomplete-type cells caused an error to be thrown.
  • Refactored the Custom Borders plugin to resolve problems with its performance.
  • Optimized the use of arrays for the V8 engine in...

Released: Jun 11, 2019

V7.1.0 中的更新

特性

  • Added a new feature that allows users to parse HTML tables into Handsontable settings and Handsontable instances to plain HTML tables. This change introduces these new API methods:
    • Handsontable.helper.instanceToHTML: (instance: Handsontable.Core) => string – parses the provided Handsontable instance to an HTML table as a string
    • Handsontable.helper.htmlToGridSettings(element: Element | string, rootDocument?: Document) => Handsontable.DefaultSettings – analyzes a static HTML table and...

Released: May 13, 2019

V7.0.3 中的更新

特性

  • Updated several dependencies to remove security vulnerabilities thrown by npm audit.
  • Removed eval() from the formula-parser module to fulfill Content-Security-Policy.

修補程式

  • Fixed skipRowOnPaste option to work the same way as skipColumnOnPaste and added it to the documentation.
  • Fixed font inconsistency in the dropdown menu.
  • Fixed a problem with the manualColumnResize option not working properly alongside fixedColumnsLeft.
  • Fixed a problem with the TextEditor not resizing the input field properly...

Released: Apr 8, 2019

V7.0.1 中的更新

特性

  • Replaced "fixed" positioning of row/column resize handles with "absolute" to prevent misalignment issues in implementations based on CSS transform.
  • Updated webpack to version 4.
  • Added core-js to Handsontable’s dependencies.
  • Added a ghost-table attribute to all cell elements generated with Ghost Table.

修補程式

  • Fixed the LICENSE.txt file link in README.md.
  • Fixed a problem with Handsontable throwing errors on scroll by adding support for EventListenerOption in the EventManager.
  • Fixed a bug where...

Released: Mar 6, 2019

V7.0.0 中的更新

特性

  • Handsontable is the new name for Handsontable Pro.
  • Added the beforeTrimRows and beforeUntrimRows hooks and modified the argument list for the existing ones in the Trim Rows plugin.
  • Removed the deprecated selectCellByProp method.
  • Added hooks to the Hidden Rows and Hidden Columns plugins and added validation of the provided rows.
  • No longer supports Bower. To install Handsontable, use npm or CDN instead.
  • Refactored the following classes to ES6:
    • BaseEditor
    • AutocompleteEditor
    • HandsontableEditor...