Serverside 2 tables in database serch problem

Serverside 2 tables in database serch problem

KumaetsuKumaetsu Posts: 6Questions: 3Answers: 0

Hello, I have implemented datatable very well, but I found a problem, I have a datatable with serverside where the information comes from 2 tables in the database by means of a leftjoin, when I start a search in the 'search' field it throws an error, Is there any solution?

Answers

  • minhalminhal Posts: 76Questions: 12Answers: 0

    can you provide the error?

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Hi @Kumaetsu ,

    Please post the code for the server-side and client-side, and also the error you are receiving. Please also provide a link to the page,

    Cheers,

    Colin

  • KumaetsuKumaetsu Posts: 6Questions: 3Answers: 0

    Hello, I already found the solution, it was as simple as defining in the configuration of the data table that the controller returns from which table it comes, with the syntax Table.Field, thank you very much

This discussion has been closed.