Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

[BUG]destory后sheetbar和statisticbar隐藏不生效 #424

Closed
dream-num opened this issue Dec 31, 2020 · 0 comments
Closed

[BUG]destory后sheetbar和statisticbar隐藏不生效 #424

dream-num opened this issue Dec 31, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dream-num
Copy link
Collaborator

描述错误
使用以下方式初始化表格,

  • 第一次初始化sheetbar和statisticbar隐藏的,是正常的
  • 然后第二次同样的参数初始化,sheetbar和statisticbar不生效了
options = {
                  container: 'luckysheet',
	          showsheetbar: false,
	          showstatisticBar: false,
	  }
luckysheet.create(options);
  
setTimeout(() => {
      luckysheet.destroy();
      luckysheet.create(options);
}, 4000);

视频
第一次渲染:
image

第二次渲染:
image

@dream-num dream-num added the bug Something isn't working label Dec 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant