Open
Description
Instead of prodividing separate custom repositories for data table usage(DataTablesRepository), an extension mechanism would be better, like querydsl does (example QuerydslPredicateExecutor).
This also eases configuration, as there will not be required to provide two @Configuration
instances.