manualColumnFreeze should freeze columns, but not working in fact

Tags: #<Tag:0x00007efc656c7380>

Hi!

With both settings { manualColumnMove: true, manualColumnFreeze: true } enabled I expect the columns to be frozen, but they are not in fact.

http://jsfiddle.net/kashesandr/ngzj83ea/1

However, the functionality does work as I expect in version 0.23.0.

http://jsfiddle.net/g4ftwqkg/2/

Hi @alexandresbox

Can you tell me how to replicate the issue?

There are no initial settings for frozen columns. Only the plugin is enabled.

1 Like

Seems I don’t understand how the plugin works. To freeze a specific column I need to use freezeColumn(visualIndex), right?

That is correct. you use the freezeColumn method from the manualColumnFreeze plugin and call the render method to rerender the table. Here’s an updated example http://jsfiddle.net/85a43bLb/

1 Like

Thank you!

You’re welcome.

Have a nice weekend :slight_smile: