x === docObject)]}
class="listGrid"
class:mListGridChecked={selectedObjectIdsSet.has(docObject._id)}
class:mListGridFixed={selectedRowIndex === combinedGroupedIssues.findIndex((x) => x === docObject)}
class:mListGridSelected={selectedRowIndex === combinedGroupedIssues.findIndex((x) => x === docObject)}
on:contextmenu|preventDefault={(event) =>
handleMenuOpened(
event,
docObject,
combinedGroupedIssues.findIndex((x) => x === docObject)
)}
on:focus={() => {}}
on:mouseover={() => handleRowFocused(docObject)}
>
{#each itemModels as attributeModel, attributeModelIndex}
{#if attributeModelIndex === 0}
{
onObjectChecked([docObject], event.detail)
}}
/>
{:else if attributeModelIndex === 1}
{:else if attributeModelIndex === 3}
{:else}
{/if}
{/each}