Fetch currently Logged-in user row from Data-table and show
Fetch currently Logged-in user row from Data-table and show
sankarsnl
Posts: 2Questions: 2Answers: 0
Question: When the particular user logged-in using the Register Number. I want only the particular row to be fetched from all the table and shown in a block/page to the current user.
I think using search or filter code can do this.
How can i do this ?
Note: Expecting PHP/Javascript Code. Easy for me to understand.
Please find the Image attachment(Data table added using Feed).
This discussion has been closed.
Answers
I'm not sure, but for what I understood, when a users logs in, he/she has a
Register Number
and you want to use it to filter the records of the table.If yes, you can combine
initComplete
withcolumn().search()
. For example: