Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Commit f774e43

Browse files
committed
Fix bug with responsive datatables
Closes #482
1 parent 863f863 commit f774e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Views/bootstrap3/tickets/partials/datatable.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<table class="table table-condensed table-stripe ddt-responsive" class="ticketit-table">
1+
<table class="ticketit-table table table-striped table-bordered dt-responsive nowrap" style="width:100%">
22
<thead>
33
<tr>
44
<td>{{ trans('ticketit::lang.table-id') }}</td>

src/Views/bootstrap4/tickets/partials/datatable.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<table class="table table-condensed table-stripe ddt-responsive" class="ticketit-table">
1+
<table class="ticketit-table table table-striped dt-responsive nowrap" style="width:100%">
22
<thead>
33
<tr>
44
<td>{{ trans('ticketit::lang.table-id') }}</td>

0 commit comments

Comments
 (0)