-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@click vuejs click event into data-table "disappear" #1939
Comments
|
set click handler for table and specify it for $('#table-id').on("click", "td", function(){
const td = this
...
}) |
I need to preserve the keywords of "viewjs", it must not remove them, |
You can use the event |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if i put inside a column "ordered" using data-role="table":
<a :href="'#" @click="openDialogGroup(group)" >test
it disappears when i render the table...
How can i do?
The text was updated successfully, but these errors were encountered: