54 comments found.
I am trying to have it display descending for the new properties. My database, has it getting pulled into the display correctly, but then it automatically reverts it back once the page is loaded to ascending I believe from the script for this code. How can i make it that the newest one, based on a certain field, is always sorted at the top?
hi i dont know if understand good but if you use the database it better order the date from the DB directly Thx
Hi, I wanto to buy the item but first I have some questions: Is the page made in PHP ? Can I use MySql to provide data ? Thanks Mauro
Hi the page is in html table
I’d like to buy this code, however I’ve got a MS SQL database. It is possible connect it or is necessary a modification?
Thanks in advance.
It s necessary other modifcation!
Dear Corsaro, Thanks for your quick answer. I’d like to know how much money would you ask for a modification including paging. Thanks for advance.
and sorting
This requires a total change of the code, because you have to work on the server side and in C #, if you whant i m possible create this a doc for you and upload in codecanyon, but need you write my on email with all details Thanks
Would this work with Wordpress, and if so is there a way to use it as a custom posrt listing?
for wordpress need to integrate, sorry but not understand what custom post listing i need more details
Hi, i’m sorry but i can’t get this to work. When i use the responsive CSS it changes the name of the fields. How can i prevent it.
Sorry but not understand why chenge name fields, in the demo no change! it s better if you write my one email with more details.. Thanks
hello, I’m interested to buy sorttables-responsive – but before buy I have one question. On non-responsive layout I see on end of table – sum, avg. But on responsive layouts I don’t see these fields. My issue. Can I include row “sum&avg” in responsive table?
Yes it s possible, but its a problem when restrict the table..
Greetings, how do i add data to the table? does it support xml. csv or json? Thanks Huambo
Hi ! the date it s inside the html table
Hi, is it possible to integrate “Edit” option?
Thanks
Sorry not understand Edit what?
Edit the records/data in the table via edit methods for example inline.
Yes it s possible with one datapicker but it s a problem for sorter the date.
Hi,
I bought it but i have a issue with the responsive part : when i have a low resolution, this tool doesn’t look in the thead of table and took the thead of your example. I saw that the content (Id,name,phone,...) is in the styleResp.css. My question is : I miss something and sorttable can do it dynamically or it can’t and i must do a css for each table i have ?
thank you for your answer
Hi, the label into column are created with css file when chage dimension.
I know you said its not supported IE 8-9, but is this something that could be sponsored to be added in?
Sorry not understand you whant something to replace, for i 8 9?
Can this be use in replacement of GRIDVIEW in ASP.NET? Im so much interested.
I think yes, it depends on what you need to do
Just in case I bought this, could you help me to figure out how to implement this as replacement in GRIDVIEW for ASP.NET?
ok no problem
I’m ready to buy it now. Can you provide me sample how to implement it in GRIDVIEW asp.net vb?
Sorry but it’s not possible to implement immediatly, i’m need more time…...
Any IE 8-9 support with this?
no! noy support IE
On the search option at the top, is there a way to exempt a certain column from not being searchable.
I dont want this column to show up on the search, or sort.
I have made the column not sort, from the<th class="nosort">ID</th>
But not sure how to excempt that column from the top drop down list for searching.
Thanks.
Hi sorry for waiting for a long time this is a solution : have a three solution : 1) class=”nosort” = column nosortable 2) class=”noview” = column no view into dropdown 3) class=”nosort noview” = column no view into dropdown and nosortable….............................. Inside the script.js sostitution this script position up:
TINY.table = function () { function sorter(n, t, p) { this.n = n; this.id = t; this.p = p; if (this.p.init) { this.init() } } sorter.prototype.init = function () { this.set(); var t = this.t, i = d = 0; t.h = T$$(‘tr’, t)[0]; t.l = t.r.length; t.w = t.r0.cells.length; t.a = []; t.c = []; this.p.is = this.p.size; if (this.p.colddid) { d = T$(this.p.colddid); var o = document.createElement(‘option’); o.value = -1; o.innerHTML = ‘All Columns’; d.appendChild(o) } for (i; i < t.w; i++) { var c = t.h.cells[i]; t.c[i] = {}; 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 }; } if (c.className != ‘noview’ && c.className != ‘nosort noview’) { if (this.p.columns) { var l = this.p.columns.length, x = 0; for (x; x < l; x++) { if (this.p.columns[x].index == i) { var g = this.p.columns[x]; t.c[i].format = g.format null ? 1 : g.format; t.c[i].decimals = g.decimals null ? 2 : g.decimals } } }
if (d) {
};
var o = document.createElement('option');
o.value = i;
o.innerHTML = T$$('h3', c)[0].innerHTML;
d.appendChild(o)
}
this.reset()
}
}
should work, if you have a problem write my
This is great. Useful and responsive. Will this work inside a bootstrap container or span12 div?
No thi is normal table and changes depending on the screen td:nth-of-type(1):before { content: ’ ’ }
I only partially understand. I understand that it isn’t made with bootstrap but this table still might fit and resize correctly within a bootstrap page. If not, I could pull it out of the bootstrap container. I’ll probably grab it later and give it a try. Bookmarked. 
I think yes !! Thanks