Instant Search Event

Instant Search Event

bhatt_axaybhatt_axay Posts: 46Questions: 12Answers: 3

I have added all supported files and the jquery script still it doesn't work. Help me to implement proper code for instant search

Answers

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    Per the forum rules, please link to a page showing the issue so we can debug it and provide some assistance.

    Allan

  • bhatt_axaybhatt_axay Posts: 46Questions: 12Answers: 3
            $(document).ready(function(){
            var table = $('#search_results').DataTable();
                $('#sear').on( 'keyup', function(){
                    table.search( this.value ).draw();
                } );
            });
    

    </script>

    Above is my code which is not running which show me Error:Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined

  • bhatt_axaybhatt_axay Posts: 46Questions: 12Answers: 3

    Now it give me the Error: Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined

    What it means?

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    Without a link to a test case (as I asked for above) I really don't know I'm afraid.

    Allan

This discussion has been closed.