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