Ajax is fired twice
Ajax is fired twice
vastav07
Posts: 1Questions: 1Answers: 0
Data is loaded through ajax, and i want the scroll to stop at specific row for which i used scroller plugin.
Since the requirement was to decrease the row height, I made changes in jquery datatables min css (table.dataTable tbody td to 0px from 8 px 10px). After this change, once document is loaded completely ajax is fired twice (first to fetch data and second to stop scroll at specific row.
Need help to fix this issue
This discussion has been closed.