How to filter dynamically created columns based on foreign keys during server-side processing
How to filter dynamically created columns based on foreign keys during server-side processing
![Gulzar Ali](https://secure.gravatar.com/avatar/1d87f187200dc256b904a4e4d69ae088/?default=https%3A%2F%2Fvanillicon.com%2F1d87f187200dc256b904a4e4d69ae088_200.png&rating=g&size=120)
Hi All!
I am working with datatable server-side processing. My database table contains "id" of another table as a foreign key, which I use to get "name" column for datatable.
But I am unable to filter based on "name" column.
As "name" column corresponds to "id" column in target table.
How can I do this...
Main problem is that the search value to be posted is about "name" but target database table contains "id" for these "name".
This discussion has been closed.
Answers
Hi @Gulzar Ali ,
There two threads, here and here, should help, they are asking the same,
Cheers,
Colin