splitbrain / dokuwiki-plugin-data

Add and query structured data in your DokuWiki
http://www.dokuwiki.org/plugin:data
GNU General Public License v2.0
50 stars 34 forks source link

widths is ignored when dynfilters is used #205

Closed radicarl closed 2 years ago

radicarl commented 7 years ago

With the bootstrap-theme widths indications are ignored if dynsfilters is used at the same time.

---- datatable ----
headers : Change-Titel, Change Nr, Datum, Uhrzeit, Stage, Wer,  Releases
cols    : %title%, Change Nr., Start Datum, Start Uhrzeit, Stage, Provider,  Releases_schnittstellenreleases
filter  : %class% = eai_change
and     : %pageide% !~ *template*
and     : Start Datum >= %now%
sort    : ^Start Datum
widths  : -, 90px, 70px, 60px, 80px, 55px, 250px
dynfilters: 1
----

screenshot003

without dynfilsters: screenshot004

I made the following changes to the style.css:

table.dataplugin_table th input {
    width: 98% !important;
}

table.dataplugin_table .control-label {
    display: block !important;
}

and the result looks fine: screenshot005

radicarl commented 2 years ago

Closed, because: