Skip to content
Advertisement

Tag: phpgrid

Creating dynamic link using phpgrid

I am using phpgrid.com datagrid and want to generate a dynamic grid for my column ‘kbid’. I saw an example on their page as follows: I made mine similarly: Now it shows: localhost/reskb/ib/detail.php?kbid=1143 but i need to make it like localhost/reskb/ib/detail.php?offset=0&KBID=4916 here the offset is the row number. Answer You are trying to manipulate hyperlink to pass additional parameter through

Advertisement