Does jQuery jqGrid support horizontal scroll bar and frozen columns?

前端 未结 3 1767
眼角桃花
眼角桃花 2020-12-29 11:47

I have a jqGrid with a lot of columns, and it shows up like this when the sum of the column widths are bigger than the fixed width container:

3条回答
  •  粉色の甜心
    2020-12-29 12:20

    Try to use the fluid jqGrid plugin. Maybe it helps you with your problem with the jqGrid width.

    As for the second question, for freezing the first n columns I am successfully using this super plugin for freezing the first columns. You add only one attribute to your colmodel and it works.

    Good luck!

提交回复
热议问题