Hi experts,
I have a table of products with general fields such as product_code,product_name,product_description and etc.
i need to display the products in a table (not CGridview) with product_code and product_name and a link to display the product description. I want to display the product description in a lighbox when the link is clicked.
Is this possible to do using yii lightbox extension?
any sample code will be very helpfull.
thanks in advance