I am using latest version of data-table editor.
In my project, each authenticated user should see the relevant data in the table for him.
Also the editing privileges are given accordingly.
I would like to know best method that can be used for these functions. I am thinking to incorporate this check in 'REST interface'(as in example) to verify the user and privileges . Or shall I use 'DOM sourced table' (as in example)( to get only the relevant data for given user). please advice me.
In my project, each authenticated user should see the relevant data in the table for him.
Also the editing privileges are given accordingly.
I would like to know best method that can be used for these functions. I am thinking to incorporate this check in 'REST interface'(as in example) to verify the user and privileges . Or shall I use 'DOM sourced table' (as in example)( to get only the relevant data for given user). please advice me.