Skip to content

Conversation

@etiennepouliot
Copy link

If you define your Datatable with exclude instead of columns :

class FooDatatable(Datatable):              
    class Meta:                                      
        exclude = ['id']                             
        processors = {                               
            'env': helpers.make_xeditable,           
        }      

It will trigger HttpResponseBadRequest("Invalid field name")

This check both columns and exclude.

@etiennepouliot etiennepouliot changed the title Fix using exclude in the definition of columns in xeditable datatable A bunch of bug fix Apr 16, 2019
@rh0dium
Copy link
Member

rh0dium commented Dec 21, 2020

I would love to use this but with the number of conflicts and no tests its going to be a challenge? How do you want to proceed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants