- Posts: 2
- Thank you received: 0
Good Day,
I have a table and the information of that table are submitted by different users inside to my joomla website..
here's I wanted..
I install tableJX and load that table, and I want to their to see is the only they submitted..
how this possible? thanks
Please Log in or Create an account to join the conversation.
Hi,
The database table should have a column where a user's id is stored. Let's call it userid_column.
Then you can use the "Additional Where Condition" option with
userid_column=@user_id
Please Log in or Create an account to join the conversation.