Support for creating a spreadsheet plugin

Confluence User - 14 Jul, 2023

Hi everyone, I am trying to create a plugin to customize the spreadsheet adding functionalities like filtering data, adding columns for this I am going to implement version 13 of handsontable but I am not very clear which wflow-core classes to take as bases, could someone please guide me?

forms;userviews

2


17 Jul, 2023
confluenceUser
confluenceUser

Hi, I would suggest referring to and extending a similar form element. In this case the closest would be the Grid, found the source code in GitHub at https://github.com/jogetworkflow/jw-community/blob/8.0-SNAPSHOT/wflow-core/src/main/java/org/joget/apps/form/lib/Grid.java

17 Jul, 2023
confluenceUser
confluenceUser

According to the handsontable.full.min.js file in Joget, it is Version: 6.2.2. I think this is the last version with an MIT license (open-source library). I don't think newer Handsontable features after version 6.2.2 are supported in Joget DX. This link change handsontable to another spreadsheet library? might be helpful to you to build your custom plugin to replace the spreadsheet element.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print