Post test cases when asking for help - Please read

Post test cases when asking for help - Please read

allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
edited November 2012 in Announcements
Hello all,

Recently there have been a lot of posts asking for help but which have been very thin on details, leading to long response times to get the issue resolved and taking my time away from actually improving and developing DataTables.

As such if you are having an issue with DataTables and you'd like to benefit from support, you MUST link to a test case showing the issue. Without a test case I will not offer a reply.

If you can't host your own test case, use the DataTables live site ( http://live.datatables.net ) or JS Fiddle ( http://jsfiddle.net ) to create a working test case to show the issue you are working on.

There are exceptions to the rule of course:

1. Paid priority support ( http://datatables.net/support - although do keep in mind a test case will allow a quicker resolution)

2. Questions about the capabilities of DataTables / feature requests etc, which do not actually require a working example.

Keep in mind that this requirement is to keep development of DataTables possible, and to ensure that questions can be answered as quickly and as correctly as possible. Also be aware that it is not possible for me to reply to every single question. With 40+ posts on the forum a day, not all free support questions can be answered. However, following this rule makes it far more likely that I, and all the others doing great work answering questions, will be able to offer useful assistance.

Regards,
Allan

Replies

  • burncharburnchar Posts: 118Questions: 12Answers: 0
    Is it practical to detect if a particular user account has opened this post and, if not, to mention it above the text field in which they create a new thread?
  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Very interesting idea - thanks for suggesting it! I'm sure I could whip something together to do it. This is a bit of a trial to see how it goes before 'strong-arming' it, but I do like this idea.

    Regards,
    Allan
  • dmartinez01dmartinez01 Posts: 6Questions: 0Answers: 0
    Can you include plugins on http://live.datatables.net ?

    if so, from what URL do you call the .css and the .js files for (ColReorder, ColVis, FixedColumns)?
  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Yes you can - use the drop down box titles `Include` in the HTML viewport. Although note that there is a bug at the moment whereby you need to reorder the jQuery Javascript include file.

    Allan
  • marsmars Posts: 29Questions: 2Answers: 0
    Can i get ajax feature on http://live.datatables.net ? i mean if i could get data from the "http://live.datatables.net" server via ajax
  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Yes this is possible. The `examples` directory from the DataTables distribution is available at `/examples` on the live site, so you can use:

    - Client-side processing: `/examples/ajax/sources/arrays.txt` .
    - Server-side processing: `/examples/server_side/scripts/server_processing.php` .

    Examples:

    - Client-side processing: http://live.datatables.net/idinat/edit#javascript,html
    - Server-side processing: http://live.datatables.net/idinat/2/edit

    Allan
This discussion has been closed.