Hi. I am updating an existing Datatable to make is so that some users have editable capabilities while others can only vies the data. I am using auth.get_username to get users usernames that will determine capability levels. My question is how can I change the table’s editable value in a callback in order to add the conditions?
Thanks