Data Tables İn Jquery Mobile

Data Tables İn Jquery Mobile

gur_carngur_carn Posts: 10Questions: 2Answers: 0

Hi all...

I have some issues while implementing data tables in jquery mobile.

For example ; Once I Set up, the filter is not working. Is there anyone who tried to implementing...

This question has accepted answers - jump to:

Answers

  • allanallan Posts: 61,453Questions: 1Answers: 10,055 Site admin

    Please link to a test case, as noted in the forum rules.

    Allan

  • gur_carngur_carn Posts: 10Questions: 2Answers: 0
    edited March 2015

    Here is the example

    Thanks...
    http://jsfiddle.net/yjzppnhL/1/

  • allanallan Posts: 61,453Questions: 1Answers: 10,055 Site admin

    Which aspect exactly isn't working? I click on the "Report" button and it shows me a DataTable which appears to be working just fine.

    Allan

  • gur_carngur_carn Posts: 10Questions: 2Answers: 0

    search function is not working and when I add responsive function of datatable it is not grouping the line.

  • allanallan Posts: 61,453Questions: 1Answers: 10,055 Site admin

    Ah I see. Looks like jQuery mobile is removing all of the events DataTables assigns to the filtering input (looks like it is restyling it) and also removing or overriding the resize event.

    No idea why it would do that - I would need to investigate. I don't have much spare time at the moment, but I will try to take a look at some point.

    Allan

  • gur_carngur_carn Posts: 10Questions: 2Answers: 0

    Looking forward to hear good news from you all...

    Thanks in advance...

  • gur_carngur_carn Posts: 10Questions: 2Answers: 0
    edited March 2015

    Allan...

    This might help you.. I found a source explains exactly how this situation can be solved...

    Here is the link...

    http://a.kabachnik.info/ajax-data-tables-for-jquery-mobile.html

    thanks in anyway.. :)

  • allanallan Posts: 61,453Questions: 1Answers: 10,055 Site admin

    Nice link - thanks! I'll add that to my news feed :-)

    Allan

  • gur_carngur_carn Posts: 10Questions: 2Answers: 0
    edited March 2015

    Hi allan...
    the link below is the working jqm datatable page.
    http://jsfiddle.net/yjzppnhL/3/


    I am trying to

    This link below it my new target to do... :(
    https://jquery-datatables-column-filter.googlecode.com/svn/trunk/external.html

    I tried in js fiddle but not working. http://jsfiddle.net/yjzppnhL/6/

    need a little help...

    Thanks in advance...

  • allanallan Posts: 61,453Questions: 1Answers: 10,055 Site admin
    Answer ✓

    As far as I am aware, the third party library that you linked to is no longer supported by its author. Also as a third party library it is not supported by myself as I am not familiar with its code. Sorry.

    Allan

  • gur_carngur_carn Posts: 10Questions: 2Answers: 0

    Thanks for your quick reply ;)
    Its sad.
    I should have made a little summary what I want to do...
    It may help...
    This jqm as in working example ( http://jsfiddle.net/yjzppnhL/7/ ) I am tryinhg to make an option select funtion for choosing a branch. Once I did, I do not need to get calling new data for each branch.

    Is there any way to change search to a option select list.

    Thanks...

  • gur_carngur_carn Posts: 10Questions: 2Answers: 0

    Is there any help:?

  • allanallan Posts: 61,453Questions: 1Answers: 10,055 Site admin
    Answer ✓

    Sorry, as I noted above I can't support a third party library (I don't have enough time available to answer every support request for my own software, never mind others as well!).

    Allan

This discussion has been closed.