⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Codeigniter and GCRUD extra action



Wathfea
  • profile picture
  • Member

Posted 23 February 2013 - 12:52 PM

Hello Everyone,

 

I would like to add some extra action button to my crud and I have a few questions about it.
I want the action button only shows when one of my field value is 1.
So for example:
id name show
1  test      1

2  test      1

3  test      0

4  test      1

 

In that case I want the action button shows every row except the third one. Also I would like to color this rows. Where show 1 color green where show 0 color 0. And how could an action button work as a codeigniter form post button?

Thanks for any answer