Last updated 1 year ago
Use the toProcedure method to transform an entity ORM object into a object. This method transform allows an ORM procedure to participate in the .
toProcedure
const dataset = CustOrderHist.procedure().toDatSet(); new wire.datatables().render("#table", {data: dataset});