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 b0019e1 commit dc2cc40Copy full SHA for dc2cc40
index.html
@@ -145,6 +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,
149
rowsPerPage: 5,
150
container: document.getElementById('tableContainer'),
151
columns: [
0 commit comments