Skip to content

Commit

Permalink
updated the example links once again
Browse files Browse the repository at this point in the history
  • Loading branch information
cshaa authored Jun 16, 2021
1 parent ecc702b commit e8677d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Why?

There are many cases where you want a user to be able enter an arbitrary expression through a user interface. e.g.

* Plot a chart ([example](http://rawgit.com/m93a/filtrex/main/example/plot.html))
* Filter/searching across items using multiple fields ([example](http://rawgit.com/m93a/filtrex/main/example/highlight.html))
* Colorize items based on values ([example](http://rawgit.com/m93a/filtrex/main/example/colorize.html))
* Plot a chart ([example](https://m93a.github.io/filtrex/example/plot.html))
* Filter/searching across items using multiple fields ([example](https://m93a.github.io/filtrex/example/highlight.html))
* Colorize items based on values ([example](https://m93a.github.io/filtrex/example/colorize.html))
* Implement a browser based spreadsheet

Sure, you could do that with JavaScript and `eval()`, but I'm sure I don't have to tell you how stupid that would be.
Expand Down

0 comments on commit e8677d7

Please sign in to comment.