Skip to content

Commit

Permalink
Merge pull request #152 from gavsto/dev
Browse files Browse the repository at this point in the history
ENHANCEMENT: Added Scroll X for datatable
  • Loading branch information
gavsto committed Oct 28, 2021
2 parents 6208f3e + 5c414df commit a7ace6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/datatables/datatablesBestPracticeAnalyser.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $(document).ready(function () {
var todayDate = new Date().toISOString().slice(0, 10);
$('.datatable-1').dataTable(
{
"scrollX": true,
language: {
paginate: {
next: '<i class="fas fa-arrow-right"></i>',
Expand Down

0 comments on commit a7ace6c

Please sign in to comment.