View Single Post
10/07/14, 09:27 PM   #6
Argusus
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 120
Originally Posted by Garkin View Post
Key "dataEntry" is created by ZO_ScrollList_CreateDataEntry(typeId, data, categoryId).
This function is called in the UnitList:FilterScrollList(). By the way even if you don't see in the code where FilterScollList() method is used, it is still necessary. It is called every time when you refresh data using the UnitList:Refresh() - from the ZO_SortFilterList:RefreshData().
okay. i have that code in place. maybe its related to the "CustomerList" I have being "global" unlike UnitList.
  Reply With Quote