mirror of
https://github.com/RADar-AZDelta/azd-radar-data-datatable.git
synced 2026-03-23 20:37:13 +00:00
[GH-ISSUE #10] add data attributes #6
Labels
No labels
bug
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RADar-AZDelta/archived-azd-radar-data-datatable#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pjlammertyn on GitHub (Apr 11, 2023).
Original GitHub issue: https://github.com/RADar-AZDelta/azd-radar-data-datatable/issues/10
Originally assigned to: @Louis-Herreman on GitHub.
add data attributes to the data table
data-status (is the table loading or not)
data-name
data-type
data-column or data-key (column id)
data-sortable
data-filterable
data-resizable
data-direction (sort direction)
data-index
...
see https://github.com/muonw/muonw-powertable/blob/main/app/src/lib/components/PowerTable.svelte#L1137