You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,10 +97,10 @@ You find yourself looking for a fitting table component which solves your proble
97
97
98
98
In 2020, [Robin Wieruch](https://www.robinwieruch.de) created React Table Library in collaboration with [Big Ladder Software](https://bigladdersoftware.com/). After working with different table libraries to fit their needs, they decided to roll their own solution with the following subjects in mind ...
99
99
100
-
***Composition over Configuration:** React Table Library is built with <ahref="https://www.robinwieruch.de/react-component-composition/">composition</a> in mind. Forget about all the table components which need huge configuration objects.
101
-
***Feature Rich:** Whether you are looking for bulk selecting, paginated fetches or a tree table, React Table Library comes with lots of advanced features.
102
-
***Highly Customisable:** React Table Library attempts to give you freedom on how to compose your table. From providing your own icon to using a button in a table cell, you gain full control about what's getting rendered.
103
-
***Server-Side as First-Class Citizen:** React Table Library is built with server-side capabilities in mind, because fetching all data at once and doing only client-side operations should not be the status quo for modern applications.
100
+
-**Composition over Configuration:** React Table Library is built with <ahref="https://www.robinwieruch.de/react-component-composition/">composition</a> in mind. Forget about all the table components which need huge configuration objects.
101
+
-**Feature Rich:** Whether you are looking for bulk selecting, paginated fetches or a tree table, React Table Library comes with lots of advanced features.
102
+
-**Highly Customisable:** React Table Library attempts to give you freedom on how to compose your table. From providing your own icon to using a button in a table cell, you gain full control about what's getting rendered.
103
+
-**Server-Side as First-Class Citizen:** React Table Library is built with server-side capabilities in mind, because fetching all data at once and doing only client-side operations should not be the status quo for modern applications.
104
104
105
105
## How is this different from other React Table Libraries?
0 commit comments