We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
设置回调复用ID
根据组数和行数返回对应cell的复用ID
function(number section,number row) ---section:组数 ---row:行数 ---返回复用ID,string end
⚠️ 使用该方法需要配合initCellByReuseId和fillCellDataByReuseId方法,默认id写法与此方法不要同时使用