Skip to content
#

sort

Here are 230 public repositories matching this topic...

Sortable
waynevanson
waynevanson commented Apr 16, 2020

Is your feature request related to a problem? Please describe.
readme is lengthy, verbose, not up to date and difficult to navigate.

Describe the solution you'd like
Add a separate set of docs host on github pages or in the wiki.

Describe alternatives you've considered
This is the alternative.

Additional context
Missing API's, missing examples, missing common solution

sheffieldnick
sheffieldnick commented Mar 31, 2020

Can this be added to the List API docs please?
As well as the documented:

listObj.search('Jonny'); // Only item with name Jonny is shown (also returns this item)
listObj.search(); // Show all items in list
listObj.search('Jonny', ['name']); // Only search in the 'name' column

search also supports a (currently undocumented) custom search function as the 2nd or 3rd argument:

Theatherflix OpenSource Project - A visual tool for wiring digital movies, stored in your HD. Some sort of app to watch movies like netflix but offline in any other device. [Initially] to create a platform to watch movies locally with all comfort online in an app or offline. Developed in Node.JS.

  • Updated Jun 6, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the sort topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sort topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.