DataTable Personalizado

DataTable Personalizado

cleitonesccleitonesc Posts: 1Questions: 1Answers: 0

Pessoal, preciso fazer as seguinte situações e queria saber se o datatable faz e se alguém tem algum exemplo,

1 - Quero por a opção de selecionar várias linhas (Não quero checkbox)
2 - Quero que ao clicar com o botão direito do mouse apareça umas opções para ser escolhida.

Answers

  • kthorngrenkthorngren Posts: 21,211Questions: 26Answers: 4,928

    I want the option to select several rows (I don't want a checkbox)

    Use the Select Extension. See this example.

    I want the options to appear when I right-click.

    What options. Please provide more details.

    Kevin

  • allanallan Posts: 63,290Questions: 1Answers: 10,428 Site admin

    None of the DataTables libraries hijack the mouse right click. If you want that ability, you'd need to use an external library or write your own event handler for it.

    Allan

Sign In or Register to comment.