rsteinhoff
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Chart.js in tablepress tablehaha! Thank you! Can’t believe this oversight!
Actually, I just put this page together quickly to test a few things but the real issue I was having was related to exactly the same problem you observed. In each Tablepress table I have divs that turn off/on depending on the user’s device (e.g., mobile, desktop, ipad, etc.). Turns out the chart was confused because I had the same chart in mobile, desktop, ipad, etc. divs with the same chart names but with the intention of only showing one of them depending on the device–but I did not think that I technically had them in the code multiple times.
Thank you!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Chart.js in tablepress tableHi Tobias!
Thanks for getting back to me.
Here’s a page I made: http://tickrz.com/js-chart-test/
Any help would be much appreciated.
Thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Column ordering questionWow, so simple! So if you use column ordering you don’t need to hide the columns. Very interesting!
Thanks Tobias!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Column ordering questionHi Tobias,
Thanks for looking into this for me.
Yes, the Table Column Order extension is installed and activated.
If I remove the hide_columns parameter then the columns that I want hidden are shown. I’m trying to hide all columns except for 10, 16, 17, and 29 but then I want to order those columns as 10, 16, 29, 17.
Thanks,
Ronald
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Column OrderThanks, Tobias! You’re the best!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Strange memory issueHi Tobias,
I think I figured it out. I have a master table with 500 rows that I split into two tables with 250 rows each. ID-5 is one 250-row table and ID-13 is the other. I had to split the 500 row table into two tables since I was getting the memory error. All was good until I recently got a memory error for ID-5, even though it’s 250 rows. However, even though I deleted 250 rows from ID-5, Excel was still thinking it was a 500 row table, triggering the memory error upon importing. Rather than deleting the rows I copied the 250 rows to a new excel files to make sure it would be seen as a 250 row table, not a 500 row table with 250 rows missing. Anyways, it’s working now.
Hope this makes sense π Thanks again for best WordPress plugin!
Thanks again, going to experiment.
Thanks. Yeah, that work around would impact the other table which I don’t want.
I tried to create an HTML table with each row pulling in a filtered result from the main tablepress table (filtered by placement, i.e., “1”, “2”, etc.). This works and is a neat workaround but unfortunately the padding between each row is quite big.
Thanks for your help!
Actually, I guess I can’t turn off pagination AND limit the number of rows? For example, this:
[table id=7 responsive=scroll responsive_breakpoint=phone datatables_paginate_entries=10 datatables_paginate=false hide_columns=”2,3,4,5,6,7,8,9,10,11,12,13,14,15,22,23,24,25,26,27,28,32,33″ row_order=sort row_order_sort_column=A /]
does not work. I’m looking to just return the top 10 results (sorted by column A) with no pagination.
Maybe not possible π
Thank you so much. Once again, Tablepress is amazing!
Thank you so much!