WAYNE

Results 7 comments of WAYNE

@sebastianludwig I tried your code, but failed, I create the cell with pure code not xib. Can you give more code segment?

@sebastianludwig Aha,I resolved it , I changed "heightCalculationCell.contentView systemLayoutSizeFittingSize:UILayoutFittingCompressedSize].height;" to "heightCalculationCell systemLayoutSizeFittingSize:UILayoutFittingCompressedSize].height;" , then it worked well. I googled "systemLayoutSizeFittingSize" , there are some issues like me. I use Xcode8.1...

显然已经不更新了

显然已经不更新了

显然已经不更新了

已解决。element2.0中,对于 el-table的row-style属性,回调的参数为Function({row, rowIndex}) 而1.0是Function(row, rowIndex)。

@vhikd @duongvanthai Did you solve this problem?