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