{description}
++ {value as string} +
+ ) + : undefined; + + renderTable() { + const { store } = this.props; + + if (!store) return null; + + const { hasHeader, hasFooter, columns, editing } = this; + const { indexKey, downloading, currentPage } = store; + + return ( +