You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to HTML and github, sorry if I make a mistake in following any protocol.
It would be nice if a table could be sorted based on the checkbox column.
It would be very helpful if all checked items are dynamically shown at the top of the table.
Sort table based on checkbox column
Add toggle filter to show only checked items
Add vertical scrolling to table body, eg if data-rows=10, but total data is 100 rows, can it be possible to scroll all rows in same view without pagination.
Add placeholder text in search input box
Thank you very much for this great Metro UI!
This is my sample code, just to give you an idea how my table is configured. The items are set using script from an external source by database.setItems(values) method.
@pragyamishra56 It seems that I cannot assign this issue to you. Maybe if you tag the admin / owner of this repository @olton , they might be able to assign it to you.
I am new to HTML and github, sorry if I make a mistake in following any protocol.
It would be nice if a table could be sorted based on the checkbox column.
It would be very helpful if all checked items are dynamically shown at the top of the table.
Thank you very much for this great Metro UI!
This is my sample code, just to give you an idea how my table is configured. The items are set using script from an external source by database.setItems(values) method.
`
`
The text was updated successfully, but these errors were encountered: