Skip to content

Commit ce5fc02

Browse files
committed
updated web build
1 parent e0d3404 commit ce5fc02

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

docs/asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
33
"main.css": "/datatable/static/css/main.22ff9a45.css",
4-
"main.js": "/datatable/static/js/main.465610a6.js",
4+
"main.js": "/datatable/static/js/main.303fbd99.js",
55
"index.html": "/datatable/index.html",
66
"main.22ff9a45.css.map": "/datatable/static/css/main.22ff9a45.css.map",
7-
"main.465610a6.js.map": "/datatable/static/js/main.465610a6.js.map"
7+
"main.303fbd99.js.map": "/datatable/static/js/main.303fbd99.js.map"
88
},
99
"entrypoints": [
1010
"static/css/main.22ff9a45.css",
11-
"static/js/main.465610a6.js"
11+
"static/js/main.303fbd99.js"
1212
]
1313
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/datatable/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Discover @jjmyers/datatable, a powerful and customizable React library for creating interactive data tables with ease."><link rel="apple-touch-icon" href="/datatable/logo192.png"/><link rel="manifest" href="/datatable/manifest.json"/><title>@jjmyers/datatable - A Powerful React Library for Data Tables</title><script defer="defer" src="/datatable/static/js/main.465610a6.js"></script><link href="/datatable/static/css/main.22ff9a45.css" rel="stylesheet"></head><body><style>#root,body,html{margin:0;height:100%}</style><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/datatable/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Discover @jjmyers/datatable, a powerful and customizable React library for creating interactive data tables with ease."><link rel="apple-touch-icon" href="/datatable/logo192.png"/><link rel="manifest" href="/datatable/manifest.json"/><title>@jjmyers/datatable - A Powerful React Library for Data Tables</title><script defer="defer" src="/datatable/static/js/main.303fbd99.js"></script><link href="/datatable/static/css/main.22ff9a45.css" rel="stylesheet"></head><body><style>#root,body,html{margin:0;height:100%}</style><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

docs/static/js/main.465610a6.js renamed to docs/static/js/main.303fbd99.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/main.465610a6.js.map renamed to docs/static/js/main.303fbd99.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ function App() {
1616
data: data,
1717
count: data.length,
1818
serverSide: false,
19-
onFilter: console.log,
2019
columns: [
21-
{ field: "emp_id", width: 100, datatype: "number", sortable: false },
22-
{ field: "name", width: 100, datatype: "string", multiFilter: true },
20+
{ field: "emp_id", datatype: "number", sortable: false },
21+
{ field: "name", datatype: "string", multiFilter: true },
2322
{ field: "email", datatype: "email", },
2423
{ field: "dob", datatype: "date" },
2524
{ field: "image", datatype: "image" },

0 commit comments

Comments
 (0)