mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
basic filtering setup
This commit is contained in:
@@ -11,10 +11,7 @@ export default function TableView() {
|
||||
|
||||
return (
|
||||
<Navigation>
|
||||
<Table
|
||||
collection={tableCollection}
|
||||
filters={[{ key: "rating", operator: "==", value: 5 }]}
|
||||
/>
|
||||
<Table collection={tableCollection} filters={[]} />
|
||||
</Navigation>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user