|
Lines 156-162
$(document).ready(function() {
Link Here
|
| 156 |
"sEmptyTable" : MSG_DT_LOADING_RECORDS, |
156 |
"sEmptyTable" : MSG_DT_LOADING_RECORDS, |
| 157 |
}, |
157 |
}, |
| 158 |
"bAutoWidth": false, |
158 |
"bAutoWidth": false, |
| 159 |
"sDom": "<'row-fluid'<'span6'><'span6'>r>t<'row-fluid'>t", |
159 |
"sDom": "rt", |
| 160 |
"aoColumns": [ |
160 |
"aoColumns": [ |
| 161 |
{ |
161 |
{ |
| 162 |
"mDataProp": function( oObj ) { |
162 |
"mDataProp": function( oObj ) { |
|
Lines 398-404
$(document).ready(function() {
Link Here
|
| 398 |
if ( ! relativesIssuesTable ) { |
398 |
if ( ! relativesIssuesTable ) { |
| 399 |
relativesIssuesTable = $("#relatives-issues-table").dataTable({ |
399 |
relativesIssuesTable = $("#relatives-issues-table").dataTable({ |
| 400 |
"bAutoWidth": false, |
400 |
"bAutoWidth": false, |
| 401 |
"sDom": "<'row-fluid'<'span6'><'span6'>r>t<'row-fluid'>t", |
401 |
"sDom": "rt", |
| 402 |
"aaSorting": [], |
402 |
"aaSorting": [], |
| 403 |
"aoColumns": [ |
403 |
"aoColumns": [ |
| 404 |
{ |
404 |
{ |