Serializer fixed columns
Viewset parameter fixed_columns
allows to specify fields that will be fixed when horizontal scrolling.
Example
fixed_columns = (
'id',
'username',
)
Viewset parameter fixed_columns
allows to specify fields that will be fixed when horizontal scrolling.
fixed_columns = (
'id',
'username',
)