Generator table
Generator table
elenastenina
Posts: 5Questions: 2Answers: 0
Hello,
Trying to implement one generator table and could not figure out how to use it.
I uploaded html, all libraries, ajax code and it should be works but for some reasons still not. Please help here. Thank you!
This discussion has been closed.
Answers
Could you clarify in what way it isn't working please? Are you seeing any error messages?
Allan
I was able to generate a table in browser but could not find extended buttons "New", "Edit" and "Delete" above of table.
I am using these libraries below for my Visual Studio:
And table code below:
Where jQuery code should be go
Thank you very much for your help.
The Javascript should contains some code that looks like this:
If I create a table in Generator and click the "Run now" button it appears to work as expected when Bootstrap is selected.
Can you link to the page so I can see the issue, or give me step by step instructions for how to replicate the issue with Generator's Run now button?
Allan
Thank you, Allan.
Unfortunately, I cannot provide a link to you. There are a code in chtml:
(function($){
$(document).ready(function () {
} );
}(jQuery));
ajax: 'api/Travel', - do I have to use my url here?
Plus table in html above but still doesn't work properly, I am not sure what is wrong.
Can I make a screen shot and attached to you?
Are you looking all of the Javascript files that the HTML provided by Generator gives?
Allan
I already figured out, Allan. Thank you!