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 f167f83 commit cf59f8eCopy full SHA for cf59f8e
src/sparqlunicorn_ontdoc/export/pages/lexiconpage.py
@@ -79,7 +79,7 @@ def generateCollectionWidget(graph,subject,templates,f):
79
for lexentry in graph.objects(subject, URIRef("http://www.w3.org/ns/lemon/lime#entry"), True):
80
LexiconPage.generatePageWidget(graph,lexentry,f,True)
81
count+=1
82
- f.write("</tbody></table>")
+ f.write("</tbody></table><script>$('#lexicon').DataTable();</script>")
83
84
def generatePageView(self,templates,g,f):
85
print("PageView")
0 commit comments