Hi! Good job this CRUD!
I have a question (excuse me, i'm newbie):
How i can add a calculated field?
I have a table
customers
============================
name debit credit
how i can insert field balance = credit-debit ?????
Thank you very much.
⚠ 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. ⚠
Posted 10 March 2013 - 18:12 PM
Hi! Good job this CRUD!
I have a question (excuse me, i'm newbie):
How i can add a calculated field?
I have a table
customers
============================
name debit credit
how i can insert field balance = credit-debit ?????
Thank you very much.
Posted 10 March 2013 - 18:40 PM
OK! That's right!
I've done.
callback_column
Posted 31 March 2017 - 04:42 AM
how did you do it please share it to me i need also the same code