开发者

codeigniter with flexgrid

I have used href link in the flexigrid rows. on Click it takes me to another page. But on click of the row its making the href link to disappear and its visible only after unselecting row.

Is there any option to stop selecting the row in flexigrid or how to make the link test visible even on selecting the rows.

Please need u开发者_Python百科r help immd.


Add this condition in flexigrid.js file
if(!p.disableSelect) on line 728 ie. inside $(this).click{
and
add this line in flexigrid_helper.php inside the build_grid_js
$grid_js .= "disableSelect : 'true' ,";

thats it. Its working!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜