Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
92 views

I'm working on a pagination feature using List.js for my email page on a website where emails are loaded using PHP, MySQL, and AJAX. I have installed List.js locally and referenced it correctly in my ...
Muhammad Aleem's user avatar
1 vote
1 answer
158 views

I'm using List.js to sort a HTML list. The JS reorders the list items in the DOM. Now I made elements in my list clickable and i need to use the (new) index of my list items. Super Simple HTML setup: &...
mollini's user avatar
2 votes
0 answers
922 views

I'm currently working with the list.js library and its sorting method. The functionality works perfectly when you want to sort asc or desc, but is there a way to reset everything to initial state from ...
Marcin Mroczko's user avatar
0 votes
1 answer
1k views

List.js without jQuery. It's working as supplied out of the box. Mission: When a 'List By Price' button is clicked, sold-out items need to display at the bottom of the sorted list - regardless of ...
GLCoder's user avatar
-1 votes
1 answer
364 views

I would like to make a filter using List.js. I have two simple buttons: "BUY" and "SELL" Ideally they should be used as reference to search into the value of a specific cell but I ...
iChef89's user avatar
3 votes
2 answers
278 views

I have a table with checkboxes in list.js. I want to count all checkboxes that are checked, even those hidden due to the search function of the list. The method below works for only the checkboxes ...
mattm's user avatar
0 votes
1 answer
352 views

I start by saying that I am not a developer, but I understand the minimum of JS ... However I am not managing to solve something that in my view seems very simple (I think it is). Using List.js I was ...
Marcelo Sales's user avatar
0 votes
0 answers
214 views

I am using list.min.js for sorting the table column. It works fine till data is not refreshed again from database using .load() method. But after using .load() method my data successfully loaded but i ...
Sanjay Gupta's user avatar
0 votes
1 answer
184 views

I am using list.js for pagination and I am trying to count items in list by category. Here i have a list 7 people, of which : 1 is born in 1970, 2 are born in 1983, and 4 are born 1993. So i am trying ...
Tevin Tevboy's user avatar
0 votes
1 answer
1k views

I am implementing List.js List.js https://listjs.com/docs/ I want to "UPDATE" the item by specifying the id=1. I want an "UPDATE" feature like .myUpdate(). But the document seems ...
machupichu123's user avatar
1 vote
0 answers
378 views

I am implementing a search function using List.js List.js https://listjs.com/docs/ I'm having trouble with different features depending on the version var 1.5.0 getHtml cannot be used with item: ...
machupichu123's user avatar
0 votes
1 answer
1k views

I have two columns that I want to be filterable with list.js. I tried the following code: var options = { valueNames: [ 'formformname', 'form-name', 'form-email','form-phone','form-branch','...
NotaGuruAtAll's user avatar
0 votes
1 answer
216 views

I'm trying to create a dropdown to filter based on dates, but I would like to be able to comma separate the dates instead of initilizing each field as a separate filter, which would be slow when you ...
Maurice's user avatar
0 votes
1 answer
456 views

I'm trying to filter a List.js list by a data-attribute where the result has multiple answers: <div data-colors="red, blue, green">Item Name</div> When I try the following it wont search ...
stankobrin's user avatar
0 votes
2 answers
767 views

When using an ampersand, either explicitly as & or using HTML character codes as &amp;, List.js breaks. Here's the code, working for the first filter, but not for the second: $(function() ...
Chris_Heu's user avatar

15 30 50 per page