Skip to content

Commit 4f8e1a6

Browse files
committed
Refactor FilterBar component to enhance layout by adjusting element spacing and improving margin for result count, ensuring better readability and visual consistency. (Fix #64)
1 parent 3db6b67 commit 4f8e1a6

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

data/mantine-react-table.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
title: Mantine React Table
2+
homeUrl: https://www.mantine-react-table.com/
3+
demoUrl: https://www.mantine-react-table.com/docs/examples/basic
4+
githubRepo: KevinVandy/mantine-react-table
5+
npmPackage: mantine-react-table
6+
license: MIT License
7+
revenueModel: Free
8+
description: >
9+
A fully featured Mantine V7 implementation of TanStack React Table V8,
10+
forked from Material React Table. Built with Mantine components instead
11+
of Material UI, making it more suitable for Tailwind users and those
12+
preferring a more "pure" CSS component library.
13+
frameworks:
14+
react: true
15+
features:
16+
accessible: true
17+
copyPaste: true
18+
csvExport: true
19+
customEditors: true
20+
customFormatters: true
21+
draggableRows: true
22+
editable: true
23+
fillDown: false
24+
fillRight: false
25+
filtering: true
26+
formulas: false
27+
freezableCols: true
28+
headless: false
29+
i18n: true
30+
maintained: true
31+
openSource: true
32+
pagination: true
33+
pdfExport: true
34+
pivots: false
35+
rangeSelection: true
36+
resizableCols: true
37+
responsive: true
38+
rowGrouping: true
39+
rowSelection: true
40+
search: true
41+
serverSide: true
42+
sorting: true
43+
trees: true
44+
typescript: true
45+
xlsxExport: true
46+
virtualization: true

data/material-react-table.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
title: Material React Table
2+
homeUrl: https://www.material-react-table.com/
3+
demoUrl: https://www.material-react-table.com/docs/examples/basic
4+
githubRepo: KevinVandy/material-react-table
5+
npmPackage: material-react-table
6+
license: MIT License
7+
revenueModel: Free
8+
description: >
9+
A fully featured Material UI V6 implementation of TanStack React Table V8,
10+
written from the ground up in TypeScript. Batteries-included React table
11+
library that attempts to provide all the table features you need while
12+
trying to stay highly performant and lightweight.
13+
frameworks:
14+
react: true
15+
features:
16+
accessible: true
17+
copyPaste: true
18+
csvExport: true
19+
customEditors: true
20+
customFormatters: true
21+
draggableRows: true
22+
editable: true
23+
fillDown: false
24+
fillRight: false
25+
filtering: true
26+
formulas: false
27+
freezableCols: true
28+
headless: false
29+
i18n: true
30+
maintained: true
31+
openSource: true
32+
pagination: true
33+
pdfExport: true
34+
pivots: false
35+
rangeSelection: true
36+
resizableCols: true
37+
responsive: true
38+
rowGrouping: true
39+
rowSelection: true
40+
search: true
41+
serverSide: true
42+
sorting: true
43+
trees: true
44+
typescript: true
45+
xlsxExport: true
46+
virtualization: true

0 commit comments

Comments
 (0)