Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
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.`
`
@nevusK If it would be possible then can you assign me to this issue I want to resolve this would be my first contribution
@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.
Hi, you can create a pull request (to dev branch) with required changes.