Consistent grid headers with Flexigrid ?

前端 未结 12 1047
长发绾君心
长发绾君心 2021-02-03 10:05

So I\'m trying to use the flexigrid plugin. It looks like it\'s going to work great aside from the fact that it looks like you have to manually set the column widths. Otherwis

12条回答
  •  臣服心动
    2021-02-03 11:04

    This one worked for me:

        onSuccess : function(){
             $('#flex1 > tbody').wrap('');
        },
    

    Add this to the flexgrid construction options. flex1 is your flexgrid div id.

    Moshe.

    提交回复
    热议问题