Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

TableExport in asp.net core #200

Open
Iwannis86 opened this issue Apr 14, 2020 · 0 comments
Open

TableExport in asp.net core #200

Iwannis86 opened this issue Apr 14, 2020 · 0 comments

Comments

@Iwannis86
Copy link

Hello,
I'm trying to use this plugin in a project I'm writing in asp.net core web application.
So far I have installed TableExport by adding
"devDependencies": {
"tableexport": "5.2.0",
"bootstrap": "3.4.1",
"jquery": "3.5.0"
}
in my package.json. The nmp Packages are successfully installed.
In my view code I have a button <input type="button" onclick="tableToExcel> from where I call a function var tableToExcel = (function () {$("table").tableexport();}); but when I try to run it I get the below error in chrome consile.
Uncaught TypeError: $(...).tableexport is not a function.
Do I have miss something? or my logic is wrong?
Sorry I'm new to coding.
Regards

  • OS: Windows 10
  • Browser Chrome
  • Version 80.0.3987
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant