Changes between Version 64 and Version 65 of AjaxList


Ignore:
Timestamp:
2010-09-08T16:55:43Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v64 v65  
    207207The 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.
    208208
    209 If the foreign key is not "id", you should create an indel in MySQL for that column, or the speed degradation will be awefull if the joinTable has 1000+ entries.
     209If 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)
    210210
    211211==== Join Table Filters ====