jspreadsheet / pro

Jspreadsheet Pro | The javascript spreadsheet
https://jspreadsheet.com/
14 stars 1 forks source link

Feature Request: Pin-Unpin Column Functionality in JSpreadsheet #278

Closed DixitJPrajapati closed 11 months ago

DixitJPrajapati commented 1 year ago

Specifically, we kindly request the following functionalities to be included: Pinning Columns:

Unpinning Columns:

We have attempted to achieve this functionality through customization; however, we have encountered challenges in certain cases, particularly when pinning multiple columns, moving other columns, and subsequently unpinning specific columns. We would greatly appreciate any guidance or suggestions you can provide to help us overcome these obstacles.

hodeware commented 11 months ago

Do you mean freeze columns [3,4,5] for example?

DixitJPrajapati commented 11 months ago

he requirement is that when we perform 'pin right,' the column should be frozen on the right side. If the user wants to unfreeze it, they can do so from the menu options, and the column will return to its original sequence position. The same applies to the left side. Please check the demo link https://drive.google.com/file/d/1Pq-bZiLU3AVuyD6QmQMBGb6QMt5EYTc3/view

hodeware commented 11 months ago

We don't have plans for this feature as a native function. In this case, if you wish that feature you might need to create a plugin.