Download necessary files would be useful. Examples are confusing

Download necessary files would be useful. Examples are confusing

j_kathiresanj_kathiresan Posts: 14Questions: 4Answers: 0

Hi,

I want to run the html https://datatables.net/examples/api/multi_filter.html However the html doesn't include the required js, css, script functions as default. It is very confusing and not user friendly.

Can you please help me with a link to download a working html file for multi-filter which includes all the js, css files and has the necessary js and css files as well?

Or someone please wrap a working example for multi-filter as zip and send me the link to download - which has all the links and files in a single zip file

Thanks.

This question has an accepted answers - jump to answer

Answers

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    The example you has all the relevant code. See under the Javascript, HTML, and CSS tabs.
    The page also tells you which Javascript library files are loaded for use in the example.

  • j_kathiresanj_kathiresan Posts: 14Questions: 4Answers: 0

    The html content starts with <tr> instead of <html> and it doesn't have include tag for css and script tags for js and user has to forcibly construct it manually. It would be better if there is a download option of each file or download a working file as bundled.

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    The HTML content starts with < table >.

    it doesn't have include tag for css and script tags for js and user has to forcibly construct it manually.

    If that is too difficult for you, you could apply for Quick Support.
    https://datatables.net/support/index#Quick-Support

  • kthorngrenkthorngren Posts: 21,310Questions: 26Answers: 4,948
    Answer ✓

    Another option is to use the Datatables provided test environment described here. It will give you a base Datatables config to start from.

    Kevin

  • j_kathiresanj_kathiresan Posts: 14Questions: 4Answers: 0

    Thanks, Kevin....Wow...Wonderful Answer with Quick Response...This may be highlighted in the main page or in FAQ...Great.

This discussion has been closed.