{#if edit && datatype !== "bool"} {/if} {#if datatype === "bool" && typeof value === "boolean"} {:else} {#if datatype === "image" && components.image} {} }} /> {:else if datatype === "html"} {@html display_text} {:else if datatype === "markdown"} {:else} {display_text} {/if} {/if} {#if show_selection_buttons && coords && on_select_column && on_select_row} on_select_column(coords[1])} /> on_select_row(coords[0])} /> {/if}