django-datatable-view icon indicating copy to clipboard operation
django-datatable-view copied to clipboard

Question for Xeditable

Open kvdogan opened this issue 8 years ago • 3 comments

Hi @tiliv, I really would like to know if there is any possibility to have a validation for xeditable inputs, or any workaround making it possible to use make_xeditable with helper function (i.e 'through', or any custom functions same as we utilize with helper function). thanks in advance for the answer.

kvdogan avatar Nov 27 '16 20:11 kvdogan

I'd also like to know this, have you heard anything back from the dev team?

As of now I plan on adding those features from scratch somehow.

colindjk avatar May 28 '17 18:05 colindjk

No, unfortunately not yet. I have added model level validation as a workaround.

kvdogan avatar May 28 '17 19:05 kvdogan

We'll have to look at that for 1.1 and tie it to the view with a form class. We do use a form class internally, but it's a pretty dynamic affair. There should be something we can set up to make the situation easier to handle.

tiliv avatar May 29 '17 07:05 tiliv