You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some metadata types shouldn't be returned on every draw, such as available values for lookup fields (or maybe we do need to return them every time because data might be changed), and dataview metadata, so for that purpose we could utilize the draw parameter and return this metadata only when draw=1.
The text was updated successfully, but these errors were encountered:
The xhr.dt event in DataTables allows intercepting the Ajax data returned from the server side call.
https://datatables.net/reference/event/xhr
This should let us use additional data returned by the server, such as dataview metadata:
Some metadata types shouldn't be returned on every draw, such as available values for lookup fields (or maybe we do need to return them every time because data might be changed), and dataview metadata, so for that purpose we could utilize the draw parameter and return this metadata only when draw=1.
The text was updated successfully, but these errors were encountered: