Events table.

This commit is contained in:
Mike Cao
2020-08-24 23:49:14 -07:00
parent a19248d713
commit 5e9299be1e
13 changed files with 131 additions and 31 deletions

View File

@@ -25,6 +25,7 @@ export default function PagesTable({
limit={limit}
dataFilter={urlFilter}
filterOptions={{ domain: websiteDomain, raw: filter === 'Raw' }}
renderLabel={({ x }) => decodeURI(x)}
onExpand={onExpand}
/>
);