Bootstrap4 :: User module updates

This commit is contained in:
Sakthi002
2020-12-28 18:33:17 +05:30
committed by Manish Verma
parent b78e03e349
commit fddad53e60
15 changed files with 1699 additions and 14347 deletions

View File

@@ -25,9 +25,9 @@ foreach($segments as $seg){
function myFunction()
{
return jQuery('#chumper').dataTable({
"sDom": "<'row'<'col-xs-6'l><'col-xs-6'f>r>"+
"sDom": "<'row'<'col-sm-6'l><'col-sm-6'f>r>"+
"t"+
"<'row'<'col-xs-6'i><'col-xs-6'p>>",
"<'row'<'col-sm-6'i><'col-sm-6'p>>",
"sPaginationType": "full_numbers",
"bProcessing": true,
"bServerSide": true,
@@ -75,12 +75,12 @@ foreach($segments as $seg){
last = false;
create = true;
sort = [[7, "desc"]]
$('a.toggle-vis').html('<i class="fa fa-clock-o" style="color:green;"> </i>{!!Lang::get("lang.last_activity")!!}');
$('a.toggle-vis').html('<i class="fas fa-clock" style="color:green;"> </i> {!!Lang::get("lang.last_activity")!!}');
} else {
last = true;
create = false;
sort = [[6, "desc"]]
$('a.toggle-vis').html('<i class="fa fa-plus-square-o" style="color:green;"> </i>{!!Lang::get("lang.created-at")!!}');
$('a.toggle-vis').html('<i class="fas fa-plus" style="color:green;"> </i> {!!Lang::get("lang.created-at")!!}');
}
$("#chumper").dataTable().fnDestroy();