I need to display in my table a value that I take from my database (inventory, price column).
Ex.
R $ 59.90
$price = number_format($this->data("Est.price"));
echo $price;
But it doesn't display anything
How can I solve?
Ex.
R $ 59.90
$price = number_format($this->data("Est.price"));
echo $price;
But it doesn't display anything
How can I solve?