|
|
@ -50,7 +50,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
oTable = $('#logGrid').dataTable({
|
|
|
|
oTable = $('#logGrid').dataTable({
|
|
|
|
"sAjaxSource": "Log/AjaxBinding",
|
|
|
|
"sAjaxSource": "Log/AjaxBinding",
|
|
|
|
"bProcessing": true,
|
|
|
|
"bProcessing": false,
|
|
|
|
"bServerSide": true,
|
|
|
|
"bServerSide": true,
|
|
|
|
"bShowAll": false,
|
|
|
|
"bShowAll": false,
|
|
|
|
"bPaginate": true,
|
|
|
|
"bPaginate": true,
|
|
|
@ -63,7 +63,7 @@
|
|
|
|
"sPaginationType": "four_button",
|
|
|
|
"sPaginationType": "four_button",
|
|
|
|
"aoColumns": [
|
|
|
|
"aoColumns": [
|
|
|
|
{ sWidth: '150px', "mDataProp": "Time" }, //Time
|
|
|
|
{ sWidth: '150px', "mDataProp": "Time" }, //Time
|
|
|
|
{sWidth: '80px', "mDataProp": "Level" }, //Level
|
|
|
|
{sWidth: '50px', "mDataProp": "Level" }, //Level
|
|
|
|
{sWidth: '240px', "mDataProp": "Source" }, //Source
|
|
|
|
{sWidth: '240px', "mDataProp": "Source" }, //Source
|
|
|
|
{sWidth: 'auto', "mDataProp": "Message", "bSortable": false }, //Message
|
|
|
|
{sWidth: 'auto', "mDataProp": "Message", "bSortable": false }, //Message
|
|
|
|
{sWidth: 'auto', "mDataProp": "Details", "bSortable": false, "bVisible": false, "fnRender": function (row) {
|
|
|
|
{sWidth: 'auto', "mDataProp": "Details", "bSortable": false, "bVisible": false, "fnRender": function (row) {
|
|
|
|