Menambahkan Table Border Di Bootstrap Secara Otomatis
Kode CSS Tambahkan kode di bawah ini sebelum </head>:
<!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> Kode Javascript Tambahkan kode berikut sebelum </body>:
<script> $("table").addClass("table").addClass("table-bordered") </script>