@Neilw: Thanks a lot! That's great and does exactly what I need. I like the second approach, but the first would work too (I tested both).
@Neilw: Thanks a lot! That's great and does exactly what I need. I like the second approach, but the first would work too (I tested both).
Hi,
is it possible (although from looking at the source I'd say no) to change the message that's shown when no items are found ("no data")? Maybe you could add an option for this in a later version. Basically I want to show the user a more detailled message of why nothing is shown in the table depending on where I use the table.
And thx a lot for this template, it has been extremely useful so far...![]()
Hello!
I have strange problem with TSTable template behaviour. Firefox 3.6.12 (Win7 or Ubuntu) do not display sorting headers. But if I use Internet Explorer 8 - table is sortable. From the other hand tables in example http://developer.mindtouch.com/User:..._install_it.3f and tablesorter site http://tablesorter.com/docs/example-...sort-list.html works fine. Dekiwiki is running on Ubuntu 10.10 using virtual machine.
Do somebody have same problem or know the solution?
Hmm, that is strange. I just upgraded my Firefox to 3.6.12 (Win7) and TStable is working fine. I can't think of what would cause FF to work on the MCP but fail on your wiki.
However, it should be possible to figure it out, because if the sort headers aren't appearing then it probably means the Javascript is failing somewhere, and that should show up on the debug console. Have you installed Firebug? If not, do so, and go look in console and see what errors are popping up when you load your page in FF.
Aha. NoScript is a JavaScript blocker. It you go to the NoScript Options, click on "Whitelist", and add both your wiki site and the Mindtouch developer site (developer.mindtouch.com) to the list, things should start working again.
Disabling NoScript will of course fix the problem, but since it's a pretty useful thing to have around it's better to try to get it all to work together.
Note to self: always ask what browser extensions are installed!
Did you whitelist *both* your site and developer.mindtouch.com? You must. And that should be all that's needed; certainly worked for me when I tried installing NoScript on my machine.
Ultimately, if it works without NoScript, then you just need to figure out which sites to allow. I've found that the latest NoScript (and maybe previous versions, dunno) asks me whenever a script is blocked, and makes it easy to keep "allow"ing until everything works.