• williamsdb

    (@williamsdb)


    Hi

    Is it possible to change the columns that are displayed on the database page. it is too wide for the page and so some of the columns are obscured.

    Thanks

    Neil

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    Unfortunately no.

    Thread Starter williamsdb

    (@williamsdb)

    That’s a shame as it’s unusable in Chrome on my Mac…

    http://neilthompson.me.uk/screengrab_16.jpg

    Would it be possible to hack the code?

    Neil

    Plugin Author Michael Simpson

    (@msimpson)

    Yes, if you look at file CFDBViewWhatsInDB.php you can find style relating to the table, look for:

    style=”overflow:auto; max-height:500px; max-width:500px”

    #$tableHtmlId td > div { max-height: 100px; overflow: auto; font-size: small; }

    and look for dataTable related options starting at

    jQuery(‘#<?php echo $tableHtmlId ?>’).dataTable(

    Thread Starter williamsdb

    (@williamsdb)

    Thanks Michael

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CHange the columns displayed’ is closed to new replies.