tetherless-world / s2s

Tetherless World S2S Faceted/Hierarchical Browser
GNU General Public License v2.0
1 stars 0 forks source link

The three input tags are actually "variables" that are pulled by the result set widget #17

Closed mrpatrickwest closed 9 years ago

mrpatrickwest commented 9 years ago

The widget uses these to set the "offset-limt of total" display in the result set. Even if the count is 0 these should be set or else we get 1-NaN of NaN displayed. Now we get 1-0 of 0 and the arrows are not active.

Also, if there are no results then display a message letting the user know. Even if the count is 0 there may still be an empty array returned.

zednis commented 9 years ago

It shows "1-0 of 0" when there are no result set entries. This seems a little confusing. I think it should show "0-0 of 0" or be reworded for clarity.

zednis commented 9 years ago

Looks great! :shipit: