Drag and drop of rows primefaces datatable/datagrid?

前端 未结 3 1304
夕颜
夕颜 2021-01-16 07:37

I trying to drag and drop of rows using primefaces datatable/datagrid.But this is issue in primefaces.What is best way to integrate drag and drop of primefaces datatable/dat

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-16 08:01

    Just use

    On Primefaces 5.0 DataTable documentation you can see the parameter draggableRows, like this :

    draggableRows | false | Boolean | When enabled, rows can be reordered using dragdrop.

    http://www.primefaces.org/documentation

提交回复
热议问题