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.1.0 NUEVO Actualizado: May 19, 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 Pro V6.0.0

Released: Sep 27, 2018

Actualizaciones en V6.0.0

Características

Multi-column sorting

  • New plugin replaces the old sorting indicators with new ones that more clearly identify whether data is being sorted in ascending or descending order. Also included. are numbers to indicate the sequence of the columns involved in the multi-column sort.
  • The ColumnSorting plugin was refactored changing the sort method. It’s now a pure function, so every call to it will set an entirely new sort order.
  • Three new public API methods were added (getSortConfig, setSortConfig, and clearSort), while three others were rewritten, renamed, and set as private (getNextOrderState, loadSortingState, and saveSortingState).
  • New headerAction option added to make it possible to disable the action of sorting a column when you click on its header.