while using grocery crud I am unable to delete items as when click the button its displays in status bar
.../delete/5 but not deleting the actual item.If any help thanks in advance
and in inspector it shows
<a href="javascript:void(0);" data-target-url="http://localhost/IMS/index.php/products/index/delete/5" title="Delete Product" class="delete-row"> <i class="icon-trash"></i> Delete Product </a>
I know its not working because of javascript:void(0); but dont know how to handle this situation?