I need to manage a text field with separate values; [duplicate]

-2

I need to insert, edit, delete a field of type text in this format:

11 2222-3333;11 3333-4444;11 5555-6666;11 7777-8888

In case you need a zebra grid that lists the data and in each row have this information in this format:

Insert

telefone            acoes
11 2222-3333   editar | apagar
11 3333-4444   editar | apagar
11 5555-6666   editar | apagar
11 7777-8888   editar | apagar

However, after inserting, editing or deleting it, continue to maintain the format in the text field of MySQL .

    
asked by anonymous 13.06.2014 / 04:34

1 answer

1

I suggest using the Bootstrap zebra tables and a jQuery plugin called Mask

13.06.2014 / 04:59