Code

Discussion on SortTables Responsive

Discussion on SortTables Responsive

Cart 263 sales

ThemeOxygen supports this item

Supported

This author's response time can be up to 10 business days.

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> {% for item in result %} {% if forloop.last %} Link  {% else %} {{ item }} {% endif %} {% endfor %}

{% endfor %}

</tbody> ” since only 1 of “

” exists in the html file inside <tbody>,the java script “script.js” calculated and found that exists only 1 row instead of N rows. i have tried and managed to pass number of rows as parameter to js.however the sort button is nor responding. The html result shows N rows ,however sort button is not responding.

Please advice

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?

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

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 “

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 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

write my one email

HI Corsaro. No problem. The E-mail is on the way to you!

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

the esy mode it s : Add style=”display:none;” in this parte the code It s al top.. Example: <select id=”columns” onchange=”sorter.search(‘query’)”></select> <input type=”text” id=”query” onkeyup=”sorter.search(‘query’)” /> Thanks!!

Can an image be put in a cell of the table?

yes but i dont know how it behaves the sorting!!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey