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
Copy file name to clipboardExpand all lines: README.md
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,19 @@ Streamlines the creation process of the data tables in Symfony applications.
9
9
10
10
## Features
11
11
12
-
-[Type classes](https://data-table-bundle.swroblewski.pl/features/type-classes) for a class-based configuration, similar to [Symfony Forms](https://symfony.com/doc/current/forms.html)
13
-
-[Paginating](https://data-table-bundle.swroblewski.pl/features/pagination), [sorting](https://data-table-bundle.swroblewski.pl/features/sorting) and [filtering](https://data-table-bundle.swroblewski.pl/features/filtering) - classic triforce of the data tables
14
-
-[Personalization](https://data-table-bundle.swroblewski.pl/features/personalization) where the user decides the order and visibility of columns
15
-
-[Persistence](https://data-table-bundle.swroblewski.pl/features/persistence) to save user-applied pagination, sorting, filters and personalization
16
-
-[Exporting](https://data-table-bundle.swroblewski.pl/features/exporting) with or without applied pagination, personalization and filters
17
-
-[Theming](https://data-table-bundle.swroblewski.pl/features/theming) of every part of the bundle
18
-
-[Data source agnostic](https://data-table-bundle.swroblewski.pl/features/proxy-queries) with Doctrine ORM supported out of the box
19
-
-[Integration with Symfony UX Turbo](https://data-table-bundle.swroblewski.pl/features/symfony-ux-turbo) for asynchronicit
12
+
-[Type classes](https://data-table-bundle.swroblewski.pl/docs/introduction#similarity-to-form-component) for a class-based configuration, like in a Symfony Form component
13
+
-[Sorting](https://data-table-bundle.swroblewski.pl/docs/features/sorting), [filtering](https://data-table-bundle.swroblewski.pl/docs/features/filtering) and [pagination](https://data-table-bundle.swroblewski.pl/docs/features/pagination) - classic triforce of the data tables
14
+
-[Personalization](https://data-table-bundle.swroblewski.pl/docs/features/features/personalization) where the user decides the order and visibility of columns
15
+
-[Persistence](https://data-table-bundle.swroblewski.pl/docs/features/persistence) to save applied data (e.g. filters) between requests
16
+
-[Exporting](https://data-table-bundle.swroblewski.pl/docs/features/exporting) with or without applied pagination, filters and personalization
17
+
-[Theming](https://data-table-bundle.swroblewski.pl/docs/features/theming) of every part of the bundle using Twig
18
+
-[Data source agnostic](https://data-table-bundle.swroblewski.pl/docs/features/extensibility) with Doctrine ORM supported out of the box
19
+
-[Asynchronicity](https://data-table-bundle.swroblewski.pl/docs/features/asynchronicity) thanks to integration with Hotwire Turbo
20
20
21
21
## Documentation
22
22
23
23
Check out the [official documentation](https://data-table-bundle.swroblewski.pl).
24
24
25
-
If there's a problem with the domain, see [documentation on Netlify](https://incomparable-halva-a2f805.netlify.app/).
26
-
Alternatively, see `docs` directory.
27
-
28
25
## License
29
26
30
27
The MIT License (MIT). Please see [license file](LICENSE) for more information.
0 commit comments