handsontable / handsontable

JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡
https://handsontable.com
Other
19.15k stars 2.94k forks source link

[Bug]: How can the handsonTable component freeze columns on both sides #10951

Open flamingoTwoWings opened 2 weeks ago

flamingoTwoWings commented 2 weeks ago

Describe the bug

So far I have only found the fixedColumnsStart and fixedColumnsLeft properties. Now I want to implement fixed columns on the left and right sides of the table. It is relatively common to have fixed columns on both sides of the table, for example, the column showing the project name on the left needs to be fixed, and the column showing the operation on the right needs to be fixed

Video/Screenshots

image

Provide a link to the demo with the bug reproduction

No response

Handsontable version

14.0.0

Framework version

No response

Your environment

谷歌浏览器( 124.0.6367.60) windows操作系统

AMBudnik commented 2 weeks ago

Hi @flamingoTwoWings

The fixedColumnsRight option is not yet available. To track progress on this functionality please visit the main thread at https://github.com/handsontable/handsontable/issues/1428.

wiexin commented 1 week ago

@AMBudnik I've gone through the issues and found that this problem has been raised by several people over the past few years. What are the considerations behind the official's decision not to support this feature?

AMBudnik commented 1 week ago

Hi, @wiexin, we did not make a decision not to support the fixed column on the right side. We accepted the idea for the feature request and the issue is in the Backlog. It just hasn't been prioritized.