Changes between Version 64 and Version 65 of AjaxList
- Timestamp:
- 2010-09-08T16:55:43Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v64 v65 207 207 The joined in columns should be included in the $columns list, if you'd like to display them. The columns you're joining on (in local model) also need to be present in the $columns list, but may be of hidden-type if you prefer not to display them. Remember, all the columns that are referred to by Ajax List must be in the $columns list. 208 208 209 If the foreign key is not "id", you should create an inde l in MySQL for that column, or the speed degradation will be awefull if the joinTable has 1000+ entries.209 If the foreign key is not "id", you should create an index in MySQL for the foreign key's column. The speed degradation will be awefull if the joinTable has 1000+ entries, and no index is present (~10 or more seconds per list page) 210 210 211 211 ==== Join Table Filters ====