Why are there so many dataTable ajax request parameters?

F12 sees that ajax has so many request parameters that I can"t use most of them. Can I remove such parameters? Don"t so many parameters take up bandwidth?

Feb.27,2021

it takes the information parameters of each column with it.
Please ignore the performance problems caused by this parameter, which is too small to ignore.

  • Datatables data binding problem

    The data in data can be displayed if it is written as dataa, but if the value of the request in the background is datab, and datab is assigned to dataa, it cannot be bound, saying that the data in the table is empty: var arr1=[]; function comTable(){ ...

    Mar.05,2021
Menu