Same as the default theme, but with buttons.bootstrap5
included so the toolbar matches Bootstrap 5 styling.
<link rel="stylesheet" href="https://cdn.datatables.net/buttons/2.4.2/css/buttons.bootstrap5.min.css" />
<script src="https://cdn.datatables.net/buttons/2.4.2/js/buttons.bootstrap5.min.js"></script>
$('#tblToggle').DataTable({
dom: 'Bfrtip',
responsive: true,
buttons: [ 'copyHtml5', 'csvHtml5', 'excelHtml5', 'colvis', 'print', 'toggleView' ]
});