Skip to content

Commit

Permalink
Update whitelist datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Networking committed Apr 26, 2024
1 parent 293e3ef commit c35b8df
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions v2/assets/plugins/custom/datatables/datatables.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,11 +530,14 @@ $("#kt_datatable_whitelists").DataTable({
'url': 'white-fetch.php'
},
'columns': [{
data: 'data'
},
{
data: 'actions'
},
data: 'data'
},
{
data: 'type'
},
{
data: 'actions'
},
],
"language": {
"lengthMenu": "Show _MENU_",
Expand Down

0 comments on commit c35b8df

Please sign in to comment.