Change the width with mouse in dhtmlxGrid

Hi team

The text of header appear as two lines when I changed the width with mouse.

I want to keep the text appearing as one lines.



Thanks.


You can set css to the necessary grid’s header:


mygrid.setHeader(‘Long header with nowrap,Another long header’,’’,[‘white-space:nowrap; overflow:hidden;’,’’]);