I am using Bootstrap version 5 in my project. Recently in my program I needed my bootstrap table to be editable, meaning the user can change the values of the table cells as desired, the problem is that the x-editable feature Which is already usable in older versions of Bootstrap is not used in newer versions, what library or method do you suggest?
contenteditable. Have you ever tried it? <div contenteditable>change me</div>