Posts by user3748868 • 1 point
2 posts
- 
		-1 votes1 answer248 viewsA: Why do Codeigniter 3.1 routes not work?At the root of the project, create a .htaccess with the lines below: Options FollowSymLinks <IfModule mod_rewrite.c> RewriteEngine On RewriteCond $1… 
- 
		0 votes3 answers633 viewsA: Add class to a datatableThe most efficient way and using the datatable library itself. The number represents the table column, remembering that the count starts with 0. columnDefs: [ { className: "td-actions text-right",…