i am using datable 1.6 versions.

i am using datable 1.6 versions.

karthik.rkarthik.r Posts: 20Questions: 3Answers: 0
edited September 2017 in General

it seems thier is a bug in date time dependency...
when date time changes dependent on another field should update but here not able to do it..

here is my code .. please help me out from these problem

assessment_table_editor_new.dependent('notice_date', function(val) {
alert(val);
});

alert is used as my refrence check To see the event...

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,686Questions: 1Answers: 10,100 Site admin
    edited September 2017 Answer ✓

    Can you link to your page so I can check out the problem please?

    edit

    I've just tried using the following on this page and it appears to work without issue:

    editor.dependent( 'start_date', function (val) {
      alert( val );
    } );
    

    Thanks,
    Allan

  • karthik.rkarthik.r Posts: 20Questions: 3Answers: 0

    Hello allan,

    sorry it was my mistake..
    i have not cleard my browser windows so it was working on 1.5version datatable..
    then i switched to 1.6version datatable.. now it is working fine

    thank you,
    karthik

This discussion has been closed.