We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4ce79 commit a4ba53bCopy full SHA for a4ba53b
src/main/java/io/jenkins/plugins/datatables/AsyncTableContentProvider.java
@@ -6,6 +6,7 @@
6
* Defines additional API methods a Jenkins {@link ModelObject} must provide in order to render JQuery DataTables in a
7
* corresponding jelly view using the tag {@code table.jelly} of the {@code data-tables-api-plugin}. Those tables will
8
* have the data loaded asynchronously using an Ajax call.
9
+ *
10
* <p>
11
* Typically, you do not need to implement this interface directly. Preferred way is to use the default implementation
12
* in {@link DefaultAsyncTableContentProvider} that already provides the correct extraction of the data rows as JSON
0 commit comments