Multiple commands in shortcode
-
Hi Tobias,
I’m currently trying the responsive extension. I have activated the Responsive plugin.
With the functions-Section I have horizontal scrolling on and optionally turned off, but either way, nothing happens.
I think the general problem lies with the shortcode. My Code is:
[table id=2 responsive=”scroll” datatables_buttons=”pdf,print” datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns=1,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 /]
Another user wrote to you:
“The thing is that the “dom” parameter is somehow overwritten. So, to display both extensions, you need to add:
“dom”: “BWlfrtip”
in the “custom commands” of your table:
– the B stands for the buttons extension
– the W stands for the filterwidget extension”Are there also other letters to include the responsive extension in the shortcode, for example “R” for the (R)esponsive table?
Unfortunately, the CSS code does not help me either:
.tablepress {
word-break: normal;
}that you have recommended to another of ours.
In the meantime, I have tried FooTable. Not bad, but it doesn’t change the fact that no scroll bar is displayed.
What I particularly miss is the scroll bar.
Maybe you still have an idea or a current case?
Thank you and best regards
Jürgen
The page I need help with: [log in to see the link]
The topic ‘Multiple commands in shortcode’ is closed to new replies.