izie
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] No wrap/No wrap exempt columnsAnd it now works. Thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] No wrap/No wrap exempt columnsHi again,
Yup – the “Research Interest” is the column I don’t want to wrap. The error in the CSS would be that it has column 8 and 10 I am guessing.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] No wrap/No wrap exempt columnsForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] No wrap/No wrap exempt columnsIt’s still not working for me. Here’s the test page with table 8:
http://neuroscience.uchicago.edu/table-and-tablepress-testing/
Hi!
I actually copied and pasted the command again, and as I went to make the page public I saw that the table may be doing more of what I need it to.
Thank you!
I’ll be in touch if more questions arrive!
Hi again,
Here is the command you suggested, but edited to correlate to my table:
"columnDefs": [ { "orderData": [ 2 ], "targets": [ 1 ] }, { "visible": false, "targets": [ 2 ] } ]Here is the same one, but it combines the commands I previously had:
"columnDefs": [ { "orderData": [ 2 ], "targets": [ 1 ] }, { "visible": false, "targets": [ 2 ] }, { "orderable": false, "targets": [ 0, 9 ] } ]
…I don’t want columns 0 and 9 to be sortable, but with this command I can no longer sort column 1 using the inputted information from column 2.So I tried this, and just made column 2 hidden manually (by selecting the column and then selecting ‘hide column’):
"columnDefs": [ { "orderData": [ 2 ], "targets": [ 1 ] }, { "orderable": false, "targets": [ 0, 9 ] } ]But once hidden, I don’t get the option to sort.
Hi again,
I’m still having trouble with this.
I used the code, which worked! It allowed me to sort by the new full name column, using the information inputted into the last name column. However, when I try to hide the last name column, I am no longer able to sort the names. In fact, it takes the sorting option away.
Any help would be greatly appreciated!
Thank you so much! I will try to solve this with your suggestion!