One of the columns in my table.datatable is the name of the enterprise that are registered on my db. I wrapped the name of each enterprise with an 'a' tag for a quick option to edit the enterprise profile, but the issue is that the filters are also filtering the url.
Example: I want to filter for "DPVNice" the client and owner of the system. But the first enterprise, which is "Advertising", and its url is "http://localhost/dpvnice/admin/empresa/4/editar". I tried changing the name of the folder in localhost and it solves this problem, but i can't change the name on production that has DPVNice on it.
Bottomline, is there a way to bypass filtering anything with the 'a' tag?