Re: Django tables 2 with django-autocomplete-light

2013-11-19 Thread pnichols104
I'll check it out--thanks! On Friday, November 15, 2013 5:47:29 PM UTC-5, somecallitblues wrote: > > I have used datatables js for editable tables. Look up datatables jQuery > and you'll find a nice demo and a code example of how to implement them. > They also provide Ajax post when you press en

Re: Django tables 2 with django-autocomplete-light

2013-11-15 Thread Mario Gudelj
I have used datatables js for editable tables. Look up datatables jQuery and you'll find a nice demo and a code example of how to implement them. They also provide Ajax post when you press enter key, so all you have to do is to hook it into your django view. Writing on phone so can't supply links a

Django tables 2 with django-autocomplete-light

2013-11-15 Thread pnichols104
I'm trying to populate a django table with autocomplete light so that the user can fill in data in the table, which would then be saved (the whole table is in a form tag). I have the table working to display the existing data and I have the autocomplete working in model forms (well, a team mem