hi,
how can I pass a different to the callback_field function?
Example I have the code :
$crud->callback_field('price-dd',array($this,'price_callback'));
And I have a field name price and I want to pass this value to the price-dd field.
price-dd is a drop down list, the default value should be equal to price field, unless it is a new record, then it would be empty or 9999.