MathHubInfo / mhd

The implementation of MathDataHub powered by Django + React.
https://data.mathhub.info
GNU General Public License v3.0
1 stars 1 forks source link

Remove pagination (and related) from the table of results #16

Open katjabercic opened 5 years ago

katjabercic commented 5 years ago

Currently, the dropdown for choosing the number of items to be displayed in the table of results and the pagination are in the table itself as two rows. They should probably become a separate (sub)component.

The should be shown side by side with possibly other result-navigation related actions. We may show this component both above and below the results.

tkw1536 commented 4 years ago

Currently it's simply part of the React-Table Component itself. Need to see about moving it into a separate component.