When I use the table bordered class in my tables the table doesn't have border at top & bottom. So for having that borders I need to use border-top, border-bottom. and class table-bordered doesn't appear at the sass base code in the template.
PLZ someone help me solve this. I will be so grateful ;)
Hi,
You are using the right approach as the table-bordered class applies the border for body rows and table top and bottom requires own border classes.
Regards,
Sean