Skip to content

Commit

Permalink
This closes #67, search algorithym changed to run on field value, not…
Browse files Browse the repository at this point in the history
… on render result
  • Loading branch information
mbrn committed Oct 30, 2018
1 parent 2b44eef commit 36331ab
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 22 deletions.
16 changes: 8 additions & 8 deletions docs/assets.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"vendors.js": "./static/js/vendors.fd8f16a7.js",
"app.js": "./static/js/app.18573542.js",
"vendors.js": "./static/js/vendors.a3dad374.js",
"app.js": "./static/js/app.7d6a5e3c.js",
"docz-contributing.js": "./static/js/docz-contributing.9d3238ef.js",
"docz-get-started.js": "./static/js/docz-get-started.db82c765.js",
"docz-props.js": "./static/js/docz-props.e56aada0.js",
"docz-props.js": "./static/js/docz-props.f2981009.js",
"docz-get-started.js": "./static/js/docz-get-started.b85696f7.js",
"docz-examples-example-actions.js": "./static/js/docz-examples-example-actions.1a7746f0.js",
"docz-examples-example-cell-styling.js": "./static/js/docz-examples-example-cell-styling.2e4b382f.js",
"docz-examples-example-basic.js": "./static/js/docz-examples-example-basic.edc97ecc.js",
"docz-examples-example-custom-render.js": "./static/js/docz-examples-example-custom-render.5b568278.js",
"docz-examples-example-basic.js": "./static/js/docz-examples-example-basic.eb073149.js",
"docz-examples-example-cell-styling.js": "./static/js/docz-examples-example-cell-styling.81084331.js",
"docz-examples-example-custom-render.js": "./static/js/docz-examples-example-custom-render.2ec9acf5.js",
"docz-examples-example-dates.js": "./static/js/docz-examples-example-dates.45050bff.js",
"docz-examples-example-default-actions.js": "./static/js/docz-examples-example-default-actions.61179766.js",
"docz-examples-example-localization.js": "./static/js/docz-examples-example-localization.d650e97e.js",
"docz-examples-example-options.js": "./static/js/docz-examples-example-options.41296229.js",
"docz-examples-example-selection.js": "./static/js/docz-examples-example-selection.d47dbc82.js",
"runtime~app.js": "./static/js/runtime~app.0e106c709b7f5e424192.js",
"runtime~app.js": "./static/js/runtime~app.038e03a32d4908fdd7d6.js",
"index.html": "./index.html"
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="description" content="Datatable for React based on https://material-ui.com/api/table/ with additional features"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>material-table</title><link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/mbrn/mbrn.github.io/master/favicon.ico"><link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"></head><body><div id="root"/><script src="./static/js/runtime~app.0e106c709b7f5e424192.js"></script><script src="./static/js/vendors.fd8f16a7.js"></script><script src="./static/js/app.18573542.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="description" content="Datatable for React based on https://material-ui.com/api/table/ with additional features"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>material-table</title><link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/mbrn/mbrn.github.io/master/favicon.ico"><link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"></head><body><div id="root"/><script src="./static/js/runtime~app.038e03a32d4908fdd7d6.js"></script><script src="./static/js/vendors.a3dad374.js"></script><script src="./static/js/app.7d6a5e3c.js"></script></body></html>

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading

0 comments on commit 36331ab

Please sign in to comment.