You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implementit in a way when page load the table, the DYNATABLE must be loaded and all functions in it, not with a button like this fiddle: https://jsfiddle.net/perqa/NqycM/
Now the script executes when this button is preseed: <button onclick="$('#my-table').dynatable();">DYNATABLE</button>
But i want when my table is fetched, the script to be executed automaticaly:
I try this code, but not work: <table id='mytable' onload="$('#my-table').dynatable();">
The text was updated successfully, but these errors were encountered:
I want to implementit in a way when page load the table, the DYNATABLE must be loaded and all functions in it, not with a button like this fiddle: https://jsfiddle.net/perqa/NqycM/
Now the script executes when this button is preseed:
<button onclick="$('#my-table').dynatable();">DYNATABLE</button>
But i want when my table is fetched, the script to be executed automaticaly:
I try this code, but not work:
<table id='mytable' onload="$('#my-table').dynatable();">
The text was updated successfully, but these errors were encountered: