import locale from '../locale/locale'; import Store from '../store'; import luckysheetConfigsetting from './luckysheetConfigsetting'; import { getObjType } from '../utils/util'; import { createToolbarHtml } from './toolbar'; //dom variable const gridHTML = function(){ const _locale = locale(); const locale_info = _locale.info; const locale_print = _locale.print; const userInfo = luckysheetConfigsetting.userInfo === true ? ' Lucky' : luckysheetConfigsetting.userInfo; // When true, use the default HTML string. The rendering of userInfo below uses nested template strings. Otherwise, when display is used and the image path is not passed in, there will be an undefined request return `