jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.66k stars 818 forks source link

Docs: Description of event arguments missing #1656

Closed soegaard closed 7 months ago

soegaard commented 8 months ago

The list of events

https://bossanova.uk/jspreadsheet/v4/docs/events

contains event names and short descriptions.

A description of the arguments of these events are missing.

At first, I thought I could see the arguments in the example, but consider this (from the example):

var deletedRow = function(instance) {
    $('#log').append('Row deleted');
}

That the second and third arguments are the first row number and the number of rows to be deleted is not seen here.

hodeware commented 7 months ago

We are working to create a whole new documentation.