| 
| Subject: | Good work. | 
|---|
 | Summary: | Package rating comment | 
|---|
 | Messages: | 3 | 
|---|
 | Author: | richard | 
|---|
 | Date: | 2015-11-14 22:59:56 | 
|---|
 |  |  |  | 
richard rated this package as follows:
| Utility: | Good | 
|---|
| Consistency: | Sufficient | 
|---|
| Examples: | Good | 
|---|
|  | 
  richard - 2015-11-14 22:59:56Good work. Im looking for some CRUD but using multiple tables and live update onclick width jquery. Any Idea?
  richard - 2015-11-14 22:59:56Good work. Im looking for some CRUD but using multiple tables and live update onclick width jquery. Any Idea?
  Arturs Sosins - 2015-11-15 07:51:15 - In reply to message 2 from richardThis is not available out of the box, but you could implement it.
 For multiple tables, usually using another table as a lookup, you can achieve that by providing custom HTML inputs and loading values from that table yourself and creating select input for example
 
 And of course attaching jquery events for HTML should also not be a problem. So you can add an event handler to each input, that it submits ajax request on each change with same field names as used by the auto_form
 |