Revision: 1955
http://mrbs.svn.sourceforge.net/mrbs/?rev=1955&view=rev
Author: cimorrison
Date: 2011-09-20 10:45:53 +0000 (Tue, 20 Sep 2011)
Log Message:
-----------
Tweaked formatting of datatables
Modified Paths:
--------------
mrbs/branches/datatables/web/Themes/default/header.inc
Modified: mrbs/branches/datatables/web/Themes/default/header.inc
===================================================================
--- mrbs/branches/datatables/web/Themes/default/header.inc 2011-09-20
10:31:41 UTC (rev 1954)
+++ mrbs/branches/datatables/web/Themes/default/header.inc 2011-09-20
10:45:53 UTC (rev 1955)
@@ -211,6 +211,7 @@
defaultOptions.bStateSave = true;
defaultOptions.sDom = 'RC<"clear">lfrtip';
defaultOptions.sScrollX = "100%";
+ defaultOptions.sScrollXInner = "100%";
defaultOptions.sPaginationType = "full_numbers";
defaultOptions.oColVis = {sSize: "css",
buttonText: '<?php echo
get_vocab("show_hide_columns") ?>',
@@ -1280,16 +1281,15 @@
tableOptions.aoColumnDefs = colDefsMain;
<?php
// For some reason I don't understand, fnOpen() doesn't seem to work when
- // using FixedColumns. You also have to disable bStateSave to get it
to work.
- // I have raised this on the dataTables forum. In the meantime we
disable
- // bStateSave and sScrollX and comment out the FixedColumns.
+ // using FixedColumns. We also have to turn off bStateSave. I have
raised
+ // this on the dataTables forum. In the meantime we comment out the
FixedColumns.
?>
tableOptions.bStateSave = false;
- tableOptions.sScrollX = '100%';
- <?php
+ <?php
// Fix the left hand column. This has to be done when
// initialisation is complete as the language files are loaded
// asynchronously
+
/*
?>
tableOptions.fnInitComplete = function(){
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits