thosaniparth / CmyPlot

MIT License
0 stars 2 forks source link

Enhancement of Table tab with Dynamic Rows #7

Closed nsshah14 closed 2 years ago

nsshah14 commented 2 years ago

Currently, the table just gives us a feature to filter the data but we can extend this concept and give dynamic view of the table by providing the user to choose on how many rows does he wants to see on the page. We can also give a page count upto which the user wants to see the data on the table

thosaniparth commented 2 years ago

I have added the page count value that will limit the data to that number of rows. So that the user is not overwhelmed with all data at once and can even check the data according to his wish by putting the value of a number of rows on a particular page.

nsshah14 commented 2 years ago

This is a good feature as the user don't want to see the whole data all at once but only want a certain data to be seen.