-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Is this project still relevant?
Now that we can call JQ directly from Blazor with IJSObjectReference .
Example:
JQuery
$('table').DataTable()
Blazor
var jQuery = await JSRuntime.InvokeAsync<IJSObjectReference>("$", "table");
await jQuery.InvokeVoidAsync("DataTable");
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels