| [% s.name | html %] |
[%
s.saved_sql.report_name | html %] |
But I have problems getting the one sign I added to display, so that change
might be just nonsense.=20
I was also getting a JS error when viewing the table of signs. It seems to be
am invalid value for sPaginationType, so this made the error go away:=20
@@ -451,13 +451,13 @@
"aoColumnDefs": [
{ "aTargets": [ -1 ], "bSearchable": false, "bSortable": fal=
se
},
],
- "sPaginationType": "four_button"
+ "sPaginationType": "full"
}));
$("#table_streams").dataTable($.extend(true, {}, dataTablesDefaults,=
{
"aoColumnDefs": [
{ "aTargets": [ -1 ], "bSearchable": false, "bSortable": fal=
se
},
],
- "sPaginationType": "four_button"
+ "sPaginationType": "full"
}));
Not sure if "full" is the pagination we want, though.
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============1075765462371303727==--