loading tables and js, css
loading tables and js, css
Aidafhmi
Posts: 2Questions: 1Answers: 0
I just came across this amazing site and wanted to try one of these examples provided https://datatables.net/examples/basic_init/alt_pagination.html
but when I open it in browser only data are loaded, not styling and not any js effects, just plain data.
there is something I am doing wrong with linking
can anyone be so good just to point this newbie to the right direction? if you could post html file of this example with all links. what should I do
Answers
For each example there are a Javascript, HTML and CSS tabs to see the necessary components. Use the Download Builder to get the all the files needed for the solution you want to build. Here is a running example of the example you linked:
https://live.datatables.net/paguhiva/1/edit
Kevin
this is the output, which is not the one when I run example on this site, some of the functions are working and some not
what am I doing wrong?
Looks like you aren't loading
datatables.css
. Without seeing what you have its hard to say specifically the problems are. Please build a test case showing the problems you are having so we can help debug.https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin