Skip to content

Commit 8a82b04

Browse files
authored
Merge pull request #287 from cmu-delphi/development
Removed server-side processing flag from datatables
2 parents 5ba589f + ea5cadb commit 8a82b04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/assets/js/indicatorSetsTable.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ function calculate_table_height() {
1010
return (percent * h) / 100;
1111
}
1212

13-
var table = new DataTable("#indicatorSetsTable", {
14-
serverSide: true,
13+
var table = new DataTable("#indicatorSetsTable", {
1514
ajax: {
1615
url: `${window.location.pathname}${window.location.search.replace(/[?&]format=[^&]*/, "")}${window.location.search ? "&" : "?"}format=json`,
1716
dataSrc: "data"

0 commit comments

Comments
 (0)