CodeCanyon

tQuery - Dynamic tables

  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Poland
grzegorz_d says
Purchased

Hello, is there a way to bind the sript to table class instead of ID? I have a project with lot of tables and that will be very difficult to write down unique IDs for every table. I want to use the script for all the tables.

Here is the example page: http://raportroczny.lotos.pl/index.php?option=com_content&view=article&id=133%3A30-oprocentowane-kredyty-i-poyczki&catid=105%3Adodatkowe-informacje-i-objanienia&Itemid=256&lang=en

I have a lot of similar pages.

Best regards

Posted 1 year ago
Author
Default-user omarabid replied

No, the script only supports Ids. I can think of a custom solution, though. Email me to discuss it further.

Posted 1 year ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Referred between 50 and 99 users
argosmedia says

I need multiple search/filter options, is that possible? So the result is based on filter 1 AND filter 2 AND filter 3. I need to reduce search results based on multiple filters.

Posted 10 months ago
Author
Default-user omarabid replied

That will need some custom code. Contact me via Email to discuss it further.

Posted 10 months ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • Italy
lcrudele says
Purchased

Hi, I bought your code and it’s grest. I need on mouse click to display in a input field the values of the row I clicked. How can I do that? ciao Luigi

Posted 10 months ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • Italy
lcrudele says
Purchased

Hi, I bought your code and it’s grest. I need on mouse click to display in a input field the values of the row I clicked. How can I do that? ciao Luigi

Posted 10 months ago
Author
Default-user omarabid replied

Do you mean just one click instead of a double click?

Posted 10 months ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • Italy
lcrudele says
Purchased

I want to use your code to display the items and export them into a CMS . So I need to write each row in my CMS . The process I need is this one: 1) import a CSV file; 2) for each rows, set some variables and call a writeOnCMS procedure Can you help me?

Posted 10 months ago
Author
Default-user omarabid replied

Yes. Please send me an email to discuss it further.

Posted 10 months ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Poland
grzegorz_d says
Purchased

Hello,

Is there a way to add the link to table item? I added that but it is not working.

Best regrads, Greg

Posted 10 months ago
Author
Default-user omarabid replied

Hi,

Send me an email with the url of your web page.

Regards, Abid Omar

Posted 10 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
tg4fsi says

I would like my table to have URL links and images in it. Is this possible? If so, how do I make that work?

Thanks, Erik

Posted 9 months ago
Author
Default-user omarabid replied

Yes, in the same way you’d put it in a normal HTML table.

Posted 9 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
linuxgfx says

Hi there, I was wondering if your script can handle importing a very large csv file with about 2 Milion records. Thank you

Posted 9 months ago
Author
Default-user omarabid replied

My Script has got no limit, but I don’t think JavaScript and the browser could support such size. You’ll need Ajax for that, or to divide your file.

Posted 9 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
mattg77 says
Purchased

Is there a way to add this to my wordpress site? or a resource/tutorial you know of that could lead me in that direction?

Posted 8 months ago
Author
Default-user omarabid replied

Hi, It’s in JavaScript. So, yes it can be integrated into WordPress. I don’t have a clear idea or tutorial on how to do it, but it should be in the following steps - Add the script file to your template header - Add JavaScript code inside a page (look for a tutorial for that, not sure how to do it)

Regards, Abid Omar

Posted 8 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
defsound says
Purchased

Hi, I was able to load a csv file to render the table. I noticed you an editing option. If you edit the field does it automatically save the loaded csv?

Posted 8 months ago
Author
Default-user omarabid replied

Hi, No certainly. That’s not possible. You need a POST or GET request to the server and a PHP (or any other server side language) script to get the result and edit the file. tQuery can export the results to JSON (if I remember), then you’ll need an AJAX request for a script you made in your server.

I hope you get what I mean.

Regards, Abid Omar

Posted 8 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
linkmedia says
Purchased

Cannot make the a link work in the tables?? How can I add links? Thanks in advance, Regards, c.

Posted 8 months ago
Author
Default-user omarabid replied

Hi, Please email me with a link to your website.

Regards, Abid Omar

Posted 8 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
modac says
Purchased

Hi, first of all great work!

But how do i limit sorting to specific columns? Which date formats are accepted for “sort-date”?

Posted 8 months ago
Author
Default-user omarabid replied

Hi, This is mentioned in the documentation. You can sort specific columns.

Regards, Abid Omar

Posted 8 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • United States
leecoder says
Purchased

Hi there. Excellent work.

I just purchased this and starting to work with it. I can’t seem to get hyperlinks to work when I’ve inserted them into the table. The links appear just fine in the standard, sorted, and filtered results, but you if you click on them nothing happens. The only way I can get the link to work is to “right click” in IE8 and select “Open” to follow the link. It is as if the “click” event is being trapped by something.

Any thoughts on this?

Regards, LC

Posted 8 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • United States
leecoder says
Purchased

Disregard my last. I simply changed the setting in the enbeded javascript under from “true” to “false”—works fine now.

// Highlighting Parameters ... ... mytable.highlight.onclick = true; (I changed this to false)

Luckily, I don’t need to have the highlight on click feature for my project.

Keep up the good work! LC

Posted 8 months ago
Author
Default-user omarabid replied

That’s good. However, it’s truly a bug :) It’s on my bug-list now. Thanks.

Posted 8 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
cinhau says

Hi, is it possible to export table to xls or other documents?

Thanks

Posted 7 months ago
Author
Default-user omarabid replied

You can export only to CSV . You can, however, find CSV to “document type” converters especially in the server side (PHP)

Posted 7 months ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Australia
POUND says
Purchased

Hi,

I’ve just included your script in a site that has a dynamic table fed from mySQL, however I keep getting a ‘type error’ when implementing the filter parameter..

(anonymous function)() at /Admin/:1529jQuery.extend.ready() at jquery.js:387DOMContentLoaded() at jquery.js:722

This is the script : $(document).ready(function(){ // Create a new ttable object var mytable = new ttable(‘referrals’); // Customize the object mytable.pagination.enabled = true; mytable.pagination.rowperpage=120; mytable.style.num = false; mytable.style.stripped = false; mytable.style.headhover = false; mytable.style.bodyhover = false; mytable.filter.enabled = true; mytable.search.inputID = ‘searchinput’; mytable.search.casesensitive = false; mytable.rendertable(); });

Could you please advise..

Cheers

S

Posted 6 months ago
Author
Default-user omarabid replied

Hi, Pleasee send me an email with the link of your site.

Regards, Abid Omar

Posted 6 months ago

You must sign in or sign up to purchase this item.

$6Regular Licence

$6

Regular Licence a website (commercial, personal, client), or intranet site project - Details

$30Extended Licence

$30

Extended Licence a website template for sale (including on ThemeForest or ActiveDen) - Details

104 Purchases 36 Comments

Buyer Rating
12345 ( 9 ratings )
no-thumbnail

omarabid

  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 1 and 9 items
  • Tunisia
  • Referred between 10 and 49 users
View Portfolio
Created 28 February 10
Compatible Browsers Chrome 4, Chrome 5, FireFox 2, FireFox 3, IE7, IE8, Opera, Safari
Files Included CSS, HTML, JavaScript JS
by
by
by
by
by