DataTables howto restrict editing to specific users.
DataTables howto restrict editing to specific users.
verlager
Posts: 18Questions: 3Answers: 0
The DataTables editing example looks great. But I want only a few people to have table editing privileges, not all users.
I guess I could do something like:
1. password protect table master file. Add dataTables and jeditable plugins.
2. User edits master file on line. Maybe check for newer file when end user loads old non-editable file.
3. bash shell script sed removes all cell classes of "edit" and outputs to main public.file
This seems dicey and full of things that can, and probably will, go horribly wrong.
Please tell me that my three steps above are unnecessary. Thank you so much!
I guess I could do something like:
1. password protect table master file. Add dataTables and jeditable plugins.
2. User edits master file on line. Maybe check for newer file when end user loads old non-editable file.
3. bash shell script sed removes all cell classes of "edit" and outputs to main public.file
This seems dicey and full of things that can, and probably will, go horribly wrong.
Please tell me that my three steps above are unnecessary. Thank you so much!
This discussion has been closed.
Replies
Allan