jdcb92
Forum Replies Created
-
Thanks a lot for your responsiveness, Tobias. I’m going to solve it that way.
As feedback, I think those features (multiple sorting and hiding after sort or by a specific row and not the position) are very useful to implement.
In spite of that, I love the plugin and your support. I already rated 5 stars and would donate but I’m still a poor student =(. When I graduate I’ll donate 😉
Greetings from Costa Rica!
Yeah, I still have it. I’m going to explain what I’m trying to do so maybe you can understand my issue better.
I want to sort by 2 columns. First by region and then by name.
I have the row order sorting set to region, so I just manually sorted by name hoping that the sorting was done in a way that the first rows of the original table are the first to appear in the sorted table, but I think I was wrong =( hahaha
Nevertheless, the hiding of the rows was done in the edit screen, but they still appear. Something interesting is that other rows are actually hiding so I think the rows that are hiding are the ones that get placed in the same position of the ones chosen to be hidden before the sorting.
I think I’ll better sort it using Excel and then import it again.
Thanks a lot for your quick answer, by the way 😉
Hi, I ordered manually as you said by alphabetic order and then I have the TablePress to sort it by a specific column.
The automatic sort is done ok, but the alphabetic order I set doesn’t show and also some hidden rows I have are showing as well.
Any insights?
Thanks a lot for the answer!
Thanks a lot for your quick answer. Sorry for not being clear enough, and now that I see the question I said it wrong. What I want to achieve is to sort first by a column X and then by a column Y.
Taking this table:
Country | Region
————————-
Germany | Nürnberg
Costa Rica | San José
Germany | Berlin
Germany | Hamburg
Costa Rica | Cartago
Costa Rica | AlajuelaI’d like to first sort by Country and then by Region like this:
Country | Region
————————
Costa Rica | Alajuela
Costa Rica | Cartago
Costa Rica | San José
Germany | Berlin
Germany | Hamburg
Germany | NürnbergI tried by putting
[table id=ID row_order=”sort” row_order_sort_column=”A” row_order_sort_column=”B” row_order_sort_direction=”ASC” /]
But id didn’t work. I wasn’t really expecting it to, though, since I didn’t find any resource that told me how to achieve that, but I thought it was worth a shot. Is that possible?
Thanks in advance