We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd75f8 commit 7806355Copy full SHA for 7806355
site/index.html
@@ -80,6 +80,8 @@ <h3>Sorry, you must have JavaScript enabled in order to use taxbills.nyc.</h3>
80
<th data-field="value" data-sortable="true">Value</th>
81
<th data-field="apts" data-sortable="true">Apts</th>
82
<th data-field="meta" data-sortable="true">Meta</th>
83
+ <th data-field="dueDate" data-sortable="true">Due Date</th>
84
+ <th data-field="activityDate" data-sortable="true">Activity Date</th>
85
<!--
86
<th data-field="date" data-formatter="utcTimeSinceFormatter" data-sortable="true">Last Check</th>
87
<th data-field="total" data-sortable="true">Total Datasets</th>
0 commit comments