drf-dx-datagrid icon indicating copy to clipboard operation
drf-dx-datagrid copied to clipboard

Serverside realisation of grouping, filtering and sorting for DevExtreme datagrid on django rest framework

Results 3 drf-dx-datagrid issues
Sort by recently updated
recently updated
newest added

REST_FRAMEWORK = { 'DRF_DX_DATAGRID': { 'FILTER_CASE_SENSITIVE': False} } should be... REST_FRAMEWORK = { 'DRF_DX_DATA_GRID': { 'FILTER_CASE_SENSITIVE': False} }

Hi Unable to display the m2m field in the grid filter it is showing the django id instead # in seralizer im using like below code current_responsible = serializers.SlugRelatedField(many=True,read_only=True,slug_field='username') #...

First of all, thank you very much for your contribution. I have a problem with the summary and the totalItems. These are the steps that I perform in a data...