You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have often needed to filter spreadsheets, but I must pre-process the data in Excel before importing it. This has been mentioned before. Since Handsontable, the spreadsheet library used by Specify, supports filtering natively, we should enable it.
Filtering lets you quickly find the information that you're looking for, based on specific criteria. This makes data analysis easier and faster, especially with large data sets.
Handsontable's built-in filtering interface resembles Excel's, so it's intuitive even to non-technical users. And if you want to implement your own interface, you can easily filter data programmatically, using Handsontable's API.
You can filter data by value, or use the built-in conditions, which are different for each of the available column types.
Uh oh!
There was an error while loading. Please reload this page.
I have often needed to filter spreadsheets, but I must pre-process the data in Excel before importing it. This has been mentioned before. Since Handsontable, the spreadsheet library used by Specify, supports filtering natively, we should enable it.
https://handsontable.com/docs/javascript-data-grid/column-filter/
The text was updated successfully, but these errors were encountered: