DataTables in Maven Repository.

DataTables in Maven Repository.

yousufsadatyousufsadat Posts: 25Questions: 11Answers: 0

Hi. I am willing to use DataTables in my JSP for some pagination and sorting. I found this dependency on Maven Repo and I want to make sure if this is the right one.

<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>datatables</artifactId>
<version>1.10.15</version>
</dependency>

Can someone confirm if this is the right one to do pagination and sorting in a JSP.

Thanks

Answers

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin

    This is very similar to your other thread. As I stated there, the fact that JSP is being used is irrelevant to DataTables. If that is the right way to use DataTables in Maven, then do so. I haven't used Maven myself, so I can't say.

    Allan

This discussion has been closed.