Skip to content

Commit

Permalink
refactor(ui5-table-*): migrate to TS (#6253)
Browse files Browse the repository at this point in the history
Table component migrated to TS.

Related to: #6080
  • Loading branch information
ilhan007 authored and s-todorova committed Jan 20, 2023
1 parent 7429aa6 commit f55f82c
Show file tree
Hide file tree
Showing 8 changed files with 1,910 additions and 1,793 deletions.
8 changes: 7 additions & 1 deletion packages/main/src/Table.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<div class="ui5-table-root" @focusin="{{_onfocusin}}">
<div
class="ui5-table-root"
@ui5-selection-requested="{{_handleSelect}}"
@ui5-_forward-after="{{_onForwardAfter}}"
@ui5-_forward-before="{{_onForwardBefore}}"
@focusin="{{_onfocusin}}"
>
<div id="{{_id}}-before" tabindex="0" class="ui5-table-focusarea"></div>

{{#if busy}}
Expand Down
Loading

0 comments on commit f55f82c

Please sign in to comment.