org.wicketstuff.datatables.DataTablesCssReference Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicketstuff-datatables Show documentation
Show all versions of wicketstuff-datatables Show documentation
DataTables jQuery integration for Wicket
package org.wicketstuff.datatables;
import de.agilecoders.wicket.webjars.request.resource.WebjarsCssResourceReference;
/**
*
*/
public class DataTablesCssReference extends WebjarsCssResourceReference {
public DataTablesCssReference() {
super("/datatables/current/css/jquery.dataTables.css");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy