jspreadsheet / pro

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

Issue with Deleted Columns Reappearing After Scrolling in the Table #332

Closed Rajnish710 closed 2 months ago

Rajnish710 commented 2 months ago

Dear Sir/Mam,

I hope you are doing well.

I want to bring to your attention an issue we've encountered with the table functionality. Specifically, whenever we delete a column, it reappears after we scroll the table. This behaviour is unexpected and is causing some confusion and disruption in our workflow.

Here are the details of the issue: Jspreadsheet table.txt

https://github.com/user-attachments/assets/e358847c-8975-4066-b32d-0b1ef48b163d

Action: Deleting a column from the table. Issue: The deleted column reappears when we scroll through the table. Impact: This affects the integrity of our data presentation and could lead to potential errors in our operations. We would appreciate it if you could investigate this issue at your earliest convenience. If you need any additional information or if there are any specific steps we should follow to avoid this, please let us know.

Thank you for your prompt attention to this matter.

hodeware commented 2 months ago

Please update your CDN files to:

    <script src="https://cdn.jsdelivr.net/npm/jspreadsheet@11/dist/index.min.js"></script>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jspreadsheet@11/dist/jspreadsheet.min.css" type="text/css" />
    <script src="https://cdn.jsdelivr.net/npm/jsuites/dist/jsuites.min.js"></script>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jsuites/dist/jsuites.min.css" type="text/css" />