Handsontable

Cuadrícula de datos de JavaScript con un aspecto y un funcionamiento semejantes a los de una hoja de cálculo.

Publicado por Handsoncode
Distribuido por ComponentSource desde 2016

Precios desde: US$ 979.02 Versión: 17.0.1 NUEVO Actualizado: Mar 25, 2026 5.00  - Puntuación media de estrellas5.00  - Puntuación media de estrellas5.00  - Puntuación media de estrellas5.00  - Puntuación media de estrellas5.00  - Puntuación media de estrellas (1)

i

Handsontable is the new name for Handsontable Pro.

Handsontable V11.1.0

Released: Jan 13, 2022

Actualizaciones en V11.1.0

Características

  • Added updateData(), which is a new method that lets you replace Handsontable's data without resetting the states of cells, rows and columns.
  • Added Vue 3 support, by introducing a new wrapper.
  • Updated the TypeScript definition of the setDataAtCell() method.
  • Extended the Code Examples Deployment GitHub Actions workflow, to allow for deploying code examples to GitHub Pages.

Correcciones

  • Fixed an issue where the autocomplete editor's suggestion list didn't update properly.
  • Fixed an issue where nested headers didn't render when data wasn't defined.
  • Fixed some end-to-end tests that failed on mobile devices.
  • Fixed an issue where the rendered selection could get shifted by 1px.
  • Fixed an issue where the first column's border didn't display properly.
  • Fixed an issue where the CollapsibleColumns plugin's expandAll() method didn't expand collapsed columns.
  • Fixed end-to-end test scripts that occasionally crashed.
  • Fixed a typo in the valueAccordingPercent() helper.
  • Fixed an issue where the NestedRows plugin could throw a type error after calling the updateSettings() method.
  • Fixed an issue where performance was affected by removing events.
  • Fixed a wrong TypeScript definition of the MultiColumnSorting plugin's sort() method.
  • Fixed an issue where the Comments plugin's editor disappeared after adding a comment.
  • React: Fixed a wrong return type.