Data Grid cell tabindex
New DiscussionIs there a way to skip over cells that are not editable? I was thinking tabindex might achieve this, but haven’t been able to get it to work.
I’ve tried the following, but when I look in inspector, it still has a tabindex of 0.
<igx-column field=”invoiceDate” header=”Invoice Date” dataType=”date”>
<ng-template igxCell let-cell=”cell” let-value>
<span tabIndex=”-1″></span>{{ value | date: “MM/dd/yy” }}</span>
</ng-template>
</igx-column>
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
5 Created On
Apr 14, 2020 Last Post
5 years, 10 months ago