Editable grid with Jquery and PHP [closed]

0

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?

    
asked by jpussacq 19.08.2016 в 17:02
source

2 answers

1

For everything visual the fastest is link has the options to sort, hide columns, edit, export to excel and several things more inclusive It's responsive

    
answered by 23.12.2016 в 13:22
0

You can use the Metronic DataTables, they already include all the CRUD options and other tools such as paging, number of records and search.

You just have to include the JavaScript in the view, put the table with id of the datatable type and initialize it.

Here is a link for you to see the results link and here you can download the js < a href="https://cdn.datatables.net/tabletools/2.2.4/#undefined"> link

    
answered by 02.09.2016 в 04:57