daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 520 forks source link

md-row-select (checkbox) not working in virtual host #514

Closed kawoki closed 7 years ago

kawoki commented 7 years ago

Good day :) i don't know what i'm going to put in a title but let's get it straight.

my project (laravel) is running in xampp virtual host and everything is fine and md-data-table is also working but the table checkbox aren't displaying at all. I also check in developer tools if md-row-select is present and it wasn't there. When i try to run my project using php artisan serve, the checkbox are displaying and it was fine. If you are saying that i'll just run using php artisan serve, my answer is no because i need to prevent that so no more commands before running the project.