sematable
sematable copied to clipboard
Hide per-page element if number of rows is smaller than the smallest option in the pulldown
The easiest approach here would be not to render the of N
at all as now we have two behaviours:
In case when All
is selected:
In case when any other value is selected:
Usually information of how many results have been fetched or exist in table are set in table footer aligned right, something as Showing N of N
.
@amir-hadzic Do you think we can just remove this?
@amir-hadzic I attached the PR, so in case you find my suggestion as suitable feel free to merge it in.
Why not move it to bottom-right as you suggested?
Yap, we can make it as in Google Webmaster. Will rework it. Thanks