Skip to content

Commit 0d795fb

Browse files
author
tsv2013
committed
Reset wrong changes
1 parent 91a98ea commit 0d795fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/debug-table.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function getPaginatedData({ offset, limit, filter, sort }) {
2121
// );
2222
var surveyAnalyticsTabulator = new SurveyAnalyticsTabulator.Tabulator(
2323
survey,
24-
tableData,
24+
getPaginatedData,
2525
);
2626

27-
surveyAnalyticsTabulator.render("tabulatorContainer");
27+
surveyAnalyticsTabulator.render("tabulatorContainer");

0 commit comments

Comments
 (0)