hellobq
hellobq
Looking forward to Filter in Header 😄
> ``` > worksheet.columns.forEach(function (column) { > var dataMax = 0; > column.eachCell({ includeEmpty: true }, function (cell) { > dataMax = cell.value?cell.value.toString().length:0; > }) > column.width = dataMax <...
has same issue
> 噢 好像是因为-通知点击回调为onNotificationClickedWithNoAction而不是onNotificationOpened > 谢谢 把 onNotificationOpened 逻辑复用到 onNotificationClickedWithNoAction 里,能 fix 这个 issue 嘛