0

I have implemented flexigrid in my cakePHP application. Now, I have given a edit button on the top. But i want to place edit button on each row. Can anyone please help me on this.

anbusekar
  • 785
  • 2
  • 6
  • 6

1 Answers1

2

Flexigrid cell data can be anything including html code. Just add your html code to the data you supply to FlexiGrid and it should work.

Prashant Saraswat
  • 838
  • 1
  • 8
  • 20