Skip to content

This is an attempt to create a pure HTML/CSS/Javascript table that has row selection capability. Moreover the table header is static so it would not scroll with the contents. Once the user makes a selection table expands to show the selected rows. User can then either delete a selection from selected rows in expanded view or by unchecking a tabl…

Notifications You must be signed in to change notification settings

shaffooo/SelectionTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SelectionTable

This is an attempt to create a pure HTML/CSS/Javascript table that has row selection capability. Moreover the table header is static so it would not scroll with the contents. Once the user makes a selection table expands to show the selected rows. User can then either delete a selection from selected rows in expanded view or by unchecking a table row. In order to support table with a lot of rows, a row filter on row contents is provided as well.

Here is how it works.

demo

About

This is an attempt to create a pure HTML/CSS/Javascript table that has row selection capability. Moreover the table header is static so it would not scroll with the contents. Once the user makes a selection table expands to show the selected rows. User can then either delete a selection from selected rows in expanded view or by unchecking a tabl…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published