ColumnReOrderwithResize - Column Resize event

ColumnReOrderwithResize - Column Resize event

akhilanandakhilanand Posts: 3Questions: 0Answers: 0
edited May 2012 in Plug-ins
Hi,
I have to listen to the column resize event and then apply the ellipsis on that. How do I do that?

Replies

  • akhilanandakhilanand Posts: 3Questions: 0Answers: 0
    There is an issue using ColumnReOrderwithResize plugin with scroller plugin. Scroller plugin causes the table header () to be there in a separate table and the rest of the table in a separate table. So when you use ColumnReOrderwithResize and try to resize columns, there is difference in the width of the column heads and the column. This cause a misalignment of the columns. Actually I am trying to apply an ellipsis on a very wide column. I have modified the ColumnReOrderwithResize to trigger an event when the resize of the column is done. I listen to this event and update my ellipsis. But I noticed that even without ellipsis, the resize causes mis-alignment of the column with the column head. Is there a way we can avoid this? I can share the screenshots and code if needed.
  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    ColumnReOrderwithResize is not a supported plug-in as it is provided by a 3rd party, so I'm afraid the help I will be able to offer is very limited. If I recall correctly the latest version of the plug-in should support scrolling, but I'm not sure if it has even been tested with Scroller, so it might be that there is an incompatibility there.

    I will be working on a fully supported column resizing plug-in in future.

    Allan
This discussion has been closed.