sort
Here are 230 public repositories matching this topic...
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' columnsearch also supports a (currently undocumented) custom search function as the 2nd or 3rd argument:
When describing the configuration object for Mixitup Pagination, you mistakenly wrote onPaginateStart twice in the callbacks section.
I suppose the second one should be onPaginateEnd.
This seems to be a fairly popular request as it has been asked about several times over the years, so I wonder if it would be worth adding as a feature to tabulator in some form.
Some examples of the request:
olifolkerd/tabulator#527
olifolkerd/tabulator#1511
olifolkerd/tabulator#1759
I also opened (and answered
-
Updated
Jun 5, 2020 - JavaScript
before-sort event?
I have a list of collapsible items and would like to minimize them before sorting starts, due to issues related to #32. Is there something like before-sort event or some other hook I can use? Thanks.
-
Updated
Dec 6, 2019 - JavaScript
-
Updated
Feb 23, 2020 - JavaScript
-
Updated
Feb 7, 2020 - JavaScript
-
Updated
Apr 19, 2018 - JavaScript
-
Updated
Apr 15, 2020 - JavaScript
-
Updated
May 10, 2020 - JavaScript
-
Updated
Oct 19, 2016 - JavaScript
-
Updated
Apr 22, 2020 - JavaScript
-
Updated
Jun 1, 2019 - JavaScript
Hi, everyone!
Do you know any algorithm implementation in any language, that you wanna share with us?
Open a pull request in any of the programming languages available.
Unclear instructions
Hi, the instructions for this plugin aren't clear. I'm not sure what an "Order Number" is and what format that field takes. Also not sure why it just has a "|" character in it?
Also does the plugin let me specify the name to give all the artboards in addition to how to number them? Or can it only reformat the case of the existing names?
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Nov 29, 2019 - JavaScript
-
Updated
Nov 27, 2019 - JavaScript
-
Updated
Feb 7, 2018 - JavaScript
-
Updated
Sep 19, 2018 - JavaScript
-
Updated
Aug 19, 2019 - JavaScript
Improve this page
Add a description, image, and links to the sort topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sort topic, visit your repo's landing page and select "manage topics."
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