Codeigniter - How to fetch datatable data from ajax?
Form < table class= "table table-striped table-hover dt-responsive display nowrap" id= "amazonfees" > < thead > < tr > < th > User </ th > < th > Date </ th > < th > Invoice No </ th > < th > Amount </ th > < th > Shipping Charge </ th > < th > PG Listing & Other Charge </ th > < th > Storage Fee </ th > < th > Contractor Amount </ th > < th > Professional Amount </ th > < th > Rent Amount </ th > < th > Brokerage Amount </ th > < th > Sub Total </ th > < th > Action </ th > </ tr > </ thead > < tbody > </ tbody > </ table > JS < script type= "text/javascript" > $ . noConflict (); jQu...