Hi,
I am using a callback_column using the information from other column using a callback_column function.
This is just an example:
$this->grocery_crud->callback_column('total',array($this,'_callback_column_total'));
then, the calculation for column total does not work anymore.
I have two questions:
1. Why it happens? It is because the value of a is "<span style='text-align:right;padding-right:30px;width:100%;display:block;'>".$value."</span>" and not the value of a?
2. Is it possible to put the custom style with other method? I tried using javascript but it does not work when I do a search in a column.
Thanks in advance for your support.
Miguel