autocomplete="off"to your SELECT and that should fix that!
autocomplete="off"
<table class="table table-bordered table-hover" id="table">
<thead>
<tr>
<th class="text-center">Name</th>
<th class="text-center">Phone number</th>
<th class="text-center">Action</th>
<th class="text-center">Message</th>
<th class="text-center">Date</th>
<th class="text-center">Actions</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
Here's how to get the index of the "Date" column:
var idx = $('#table th:contains("Date")').index();
//
// create datatable
//
var table = $('#table').DataTable({
...
...
});
//
// handle clicks of the action selector
//
$('.action-selector').click(function(ev){
var rowdata = table.row( $(this).parents('tr') ).data();
//
// rowdata now has the data from the row that 'action-selector' was clicked on
//
}
please create a GitHub OAuth token to go over the API rate limit
composer config --global github-oauth.github.com <TOKEN>
sudo chgrp -R nobody.nobody storage bootstrap/cache
Next, set the permissions:
sudo chmod -R 777 storage bootstrap/cache