1

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?

2
  • 3
    There's a HTML property called contenteditable. Have you ever tried it? <div contenteditable>change me</div> Commented Feb 5, 2022 at 13:56
  • What happens when you try to send it as a post/get data? Commented Feb 5, 2022 at 14:56

1 Answer 1

1

Add the contenteditable attribute to your table.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.