React-virtualized: Resize column

Created on 16 Mar 2018  路  3Comments  路  Source: bvaughn/react-virtualized

Are you guys support resizing column?

What I mean,
http://adazzle.github.io/react-data-grid/examples.html#/resizable-cols

more info needed

Most helpful comment

Resize functionality is not core to virtualization, so it's not something this library will ever support natively.

I have used react-draggable in the past to add resizing columns to a Grid and resizing rows to a List. I would suggest you look into doing the same.

Here's a demo of resizable rows with a List and here is the source code. I don't have a demo for the resizable columns because it was code I wrote for a company I used to work for.

All 3 comments

is this something react-virtualized needs to support? or rather, is there a reason this can't be handled in the client's provided component renderer?

I'm trying to make a table by using the react-virtualized. But I need resize column features on my table. Is there anyway to support this feature?

Resize functionality is not core to virtualization, so it's not something this library will ever support natively.

I have used react-draggable in the past to add resizing columns to a Grid and resizing rows to a List. I would suggest you look into doing the same.

Here's a demo of resizable rows with a List and here is the source code. I don't have a demo for the resizable columns because it was code I wrote for a company I used to work for.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pkumar84 picture pkumar84  路  4Comments

athorwall picture athorwall  路  4Comments

djeeg picture djeeg  路  3Comments

miraage picture miraage  路  4Comments

clauderic picture clauderic  路  3Comments