Update icon
This commit is contained in:
parent
98d51f7b25
commit
c30f0a5947
@ -17,7 +17,7 @@ if ($("#grid").length) {
|
|||||||
display: $.fn.dataTable.Responsive.display.modal({
|
display: $.fn.dataTable.Responsive.display.modal({
|
||||||
header: function (row) {
|
header: function (row) {
|
||||||
var data = row.data();
|
var data = row.data();
|
||||||
return "<i class=\"fa fa-cube fa-fw\"></i> " + data[2];
|
return "<i class=\"fas fa-file fa-fw\"></i> " + data[2];
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
renderer: $.fn.dataTable.Responsive.renderer.tableAll({
|
renderer: $.fn.dataTable.Responsive.renderer.tableAll({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user