Violutus
Forum Replies Created
-
Definitely columns.
Hmm, that’s too bad.
Is there any way I can change the default pagination row count? That would be a good enough compromise to solve this problem.
Thanks!
Hi,
I forgot to come back and say thanks for the help. Thank you.
However I am now experiencing a related problem, I recently changed my tables so they have the pagination drop down menu, so the user can select how many rows to display.
Now the search bar is off to one side, and extends beyond the page border, and gets cut off.
How can I fix this?
Hello,
I found this post on the Datatables forum, which seems to indicate that it’s possible, but I wouldn’t have a clue as to how to implement it into Tablepress: https://www.datatables.net/forums/discussion/4096/filtering-an-exact-match
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] jquery code block won't save<script type="text/javascript"> jQuery(function($) { //called when key is pressed in textbox $("#quantity").keypress(function (e) { //if the letter is not digit then display error and don't type anything var agetdata = $(this).attr("maxlength"); limit_check($(this), agetdata); if (e.which != 8 && e.which != 0 && (e.which < 48 || e.which > 57)) { //display error message $("#errmsg").html("Digits Only").show().fadeOut("slow"); return false; } }); function limit_check(limit_id, num) { var txt_cnt = limit_id.val(); txt_cnt = txt_cnt.substring(0, num); } }); </script>
Code updated to what I think should work, but still doesn’t save.
I’m sorry, you weren’t particularly clear about how the plugin handled HTML tables in your previous reply, “yes, it’s possible, but it’s not something this plugin was designed to do on its own.” – didn’t give me that insight at all; But thanks for the clarification.
Thanks for the reply,
It’s good to hear that it’s possible to do what I have in mind, my next question is can I edit the generated HTML table to insert my code? And if so, where is it stored?
Just to clarify, by form I’m referring to Google’s own form/survey which is a part of the Google Docs suite.
Anyone have any ideas?
Forum: Plugins
In reply to: Adding a list of default avatars for users?Hey James,
Thanks for replying, I have this plugin installed, but I wasn’t aware that it let you set more than one default avatar, I didn’t specify this but I need to make sure users cannot upload their own avatars.