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 dc2cc40 commit eb97198Copy full SHA for eb97198
index.html
@@ -145,7 +145,7 @@ <h1>DataTables Viewer</h1>
145
//editEndpoint: config.editEndpoint || '',
146
//extraEditData: config.extraEditData || {},
147
//onEditSuccess: config.onEditSuccess || ((response) => console.log('Edit success:', response)),
148
- dataJSON: sampleData,
+ dataJson: sampleData,
149
rowsPerPage: 5,
150
container: document.getElementById('tableContainer'),
151
columns: [
0 commit comments