I have developed a PHP form with several fields. All of them type text box or drop-down boxes. I need to add a new field of type "table".
Inside the database I will store it as an array or XML. This will be the format of the form (see the Team field)
What I am looking for is a JQuery component that allows to have an editable table:
- Allow delete, add or modify online
- Responsible design
- Possibility of being loaded from a string in an array or XML format or similar
- Possibility of being exported to a string that is stored in a field of the base.
I spent several hours researching and there are many options. I would like some recommendation, thinking about a component:
- Open source
- Commonly used with PHP
- Stable
- Lightweight
Can anyone recommend me what is commonly used?