54 comments found.
Hello,
I have a website for my church. I am using Wordpress Theme 2016. When we are using datatable, due to wordpress built-in script and stylesheet, the data table is not rendering properly and it is also not responsive in the server. But it is working fine locally in local host. So, I wanted to try your plug in and see if it works. If it does not work, will you able to help us to fix the issue? If not, will you accept return and refund the $7?
Thanks David Rajan
Hi i dont know the WP and take back the money i dont think it s possible it envato procedure, need to ask at the support Regards
Hello,
I have a website for my church. I am using Wordpress Theme 2016. When we are using datatable, due to wordpress built-in script and stylesheet, the data table is not rendering properly and it is also not responsive in the server. But it is working fine locally in local host. So, I wanted to try your plug in and see if it works. If it does not work, will you able to help us to fix the issue? If not, will you accept return and refund the $7?
Thanks David Rajan
Hi i dont know the WP and take back the money i dont think it s possible it envato procedure, need to ask at the support Regards
Lets skip the refund part. But please answer the technical part of the question. I am using Wordpress Theme 2016. When we are using datatable, due to wordpress built-in script and stylesheet, the data table is not rendering properly and it is also not responsive in the server. But it is working fine locally in local host. Do you think your plug in would work? If not, how to contact support.
can you give me the link so i can try to see where is the problem?
Hello
Will the sort work with images/icons in the column cells instead of text?
e.g. a column for ‘Country’ where each column cell has a country flag icon/image.
I’m assuming text of some description will be needed to feed the sort script but could it use the ‘alt’ or ‘title’ tag/s?
(This isn’t a deal breaker but would be an excellent feature if possible)
Thank you
Hi if you use the image i think it s not a problem, but you ca not sort the image.for the description i dont understand can you show one example. Regards
Hi
i have problem when html page data table are populated inside for loop block from django template. my table data code looks like:
”<tbody>{% endfor %}
</tbody> ” since only 1 of “
Please advice
Thanks
Hi can i have the link online for see the error? regards
Hi you have no access since it’s internal web site. there issue is the for…loop describe above which wrong calculation of
thanks
Hi the total row calculate in the beginning t.w = t.r0.cells.length;
t.w=this is the total column . t.l = t.r.length—> this in the total row calculated. However,any total row modifying failed. the hover function and sorted function still get only total of 1 row as total rows please advice Thanks
Sorry but i dont understand what you need, can you explain better?
Hi I am new with HTML templates and js. i have just download and extract the “OriginFile_V2” folder. where and how may i link to this folder and files from html template?
Thanks
hi the data table its inside the code html if you open with one editor you see inside the table with data
Hi, i bought today this item sort-tables responsive but i don’t see the way to import the xls file, could you please write a few rows in order to make it clear, can i import the xls or not, or i have to insert manually the data into html with notepad++. Thanks.
Hi this project dont import the file xls ned to change manualy
I have purchased SortTablesr and Excel to Html. Unfortunately, SortTablesr can’t hold CSV or Excel Table. How can I make it so that it can hold CSV or Excel Table.
hi i dont understand what is the problem with excel the program work good, write my the link for see the problem you have
Hi, how can i add second table on a page.
Hi, how can i use 2 tables on one page?TNX
try to add the same the other and change the id if you have a problem or the error write my the email
Is there a way to:
1.) use custom number and names for columns?
2.) insert large amount of data from CSV or Excel Table?
If this is possible in a reasonable manner, I will buy. Please explain.
1) yes 2) depend how much: more data, more time for conversion
Regards
Hi, can I get data from Parse.com javascript and display it in the table?
this is a table html if you take the data in js need with js create the table in dinamyc mode with js
can you further explain on how can i work on it?
i dont know what type the data you want insert? and what type the data exit from Parse.com, excel, json or other?
the data from Parse.com is json
ok so the sort table it s in html, you need to read the json data with the javascript or jquery and costraction the same table, or you send my in the email with the example the json and i give the example to follow, or i do and upload in codecanyon but not less the 1 month because now i busy Regards
Photos
I had already tried but does not work: still shows any column that tells “
Photos
I had already tried but does not work: still shows any column that tells class = “noview”
Hi Corsaro.
I bought “SortTables” library and I’m trying to use it in Zend Framework 2. But don’t know where to install it. Where must I put the files ? In the same folders css, font, images, js of ZF2?. Could you help me pls?
Regards, jorge.
Hi sorry but i dont know zend, but i see use file php, and this is in html so i think you need to convert
Thanks for your reply. Just yesterday I could solve the problem by locating all the plugins folder and referring there.
I have another consultation: within a table there is a column that contains photos. I want to avoid that by doing a search on all columns also do on it. As I can apply the tag
Of course, thanks for your answer.
Best regards, jorge.
Hi need to write noview in the column title and no see into dropdown
Photos
hi if inside the file scripts.js in the beginning you have this part the code if (c.className != ‘nosort’ && c.className != ‘nosort noview’) { if (c.className != ‘noview’) { c.className = this.p.headclass; } c.onclick = new Function(this.n + ’.sort(’ + i + ‘)’); c.onmousedown = function () { return false }; }
need work i dont know other solution, and it s strage becouse before work
Ok corsaro: if I put “noview”, it does not show the field, but it continue to search in that field.
Hi inside the script.js change the sorter.prototype.search in this mode
sorter.prototype.search = function (f) { var i = x = n = 0, k = -1, q = T$(f).value.toLowerCase(); if (this.p.colddid) { k = T$(this.p.colddid).value } if (k 0 || k -1) { } else { var s = (k -1) ? 0 : k, e = (k -1) ? this.t.w : parseInt(s) + 1; for (i; i < this.t.l; i++) {
var r = this.t.r[i], v;
if (q == '') {
v = 1
} else {
for (x = s; x < e; x++) {
var b = r.cells[x].innerHTML.toLowerCase();
if (b.indexOf(q) == -1) { v = 0 } else { v = 1; break }
}
}
if (v) { n++ }
this.t.a[i].s = v
}
}
this.t.t = n;
if (this.p.paginate) { this.size() }
this.calc(); this.alt()
};
Now works properly on each individual field, but by choosing “All Columns” it does not work: not filtered.
Hi yes for now i dont find other solution, or sarch in all column or all column dont work
The table works great. Hopefully you can help me solve a problem. I have a tab that displays the table. I want another tab to display a table of unrelated information. Unfortunately the jquery does not work for the second tab. How would handle this situation?
if i understand good i think need to call the same file js but need to change the id and create the different istance
Thank you. I will try. I got it to work another way that was a little more complicated.
Two more questions.
How do I make “View all” as the default when the page first loads?
Also, setting the class on a column to “nosort noview”, works, but the arrow still shows up in the column heading, as if it should sort even though it doesn’t. Any way to make the arrow not show when the class is set as “nosort noview”?
For the first question write in the body onload=”javascript:sorter.showall()” Second: i try when i insert class=”nosort” i no see the arrow
How can I set a fixed width for a particular column?
write the class in this column and in the style fix width with value px
Hi Corsaro,
Nice work. I like the table.
I have a question:
How can I use 2 tables on the same page.
Thanks in advance, Cruxy
Hi Cruxy, if you want 2 table nee change the id at the table and call the js with different id example: var sorter2 = new TINY.table.sorter(‘sorter2’, ‘table1’, { etc..etc…}
I hope I was clear, if not understand write me Thanks
Thank you for your answer. Do I have to change also the id of totalid, startingrecid, endingrecid etc.
Or only this line: sorter2 = new TINY.table.sorter(‘sorter2’, ‘table1’?
Thanks in advance, Cruxy
Hi need to change the id table and the sorter2 = new TINY.table.sorter(‘sorter2’, ‘table1’, but if you download my project inside it s the examplae with two table thx
Hi Corsaro, Thank you for your reply.
I just dowloaded it again, but I cannot find the example with 2 tables.
Would you like to send it to me please? I really need it for my project.
Thanks in advance, cRUXY
sorry i m lost it s in other project two table
write my one email
HI Corsaro. No problem. The E-mail is on the way to you!
ok
Hello! When i use the responsive CSS it changes the name of the fields to “ID”, “Name”, “Phone”, “Email” and “Birthdate”. How can I fix it?
Best regards Sören
Sorry, I have found it! In responsive CSS on line 163 (Label the data) I can change it 
ok perfect! 
How do I remove the search feature from the table?
Thanks
Can an image be put in a cell of the table?
yes but i dont know how it behaves the sorting!!