This is a template of a filterable table on button click, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The users are given the ability to filter the table results, using the tabs. The filter and toggle features of the tabs have been implemented using the JavaScript methods. The user images are imported to the code using their URLs. The three tabs are created with three-button types, success, warning, and danger. The body of the form is given the styles of font-family as 'Open Sans', sans-serif, color as #353535, and background-color as #E0E0E0. The user description is displayed with the styles of font color as #6d6d6d, font-size as 12px, and text-align as center. The rows of the table are given a border style of 1px solid #ddd. The cursor style for the table is set as pointer to get the hand cursor effect in hover, whereas the background color of the table rows also gets changed to #eee, in a hover event. The checkbox is given a border and a background color as #2BBCDE. Source: https://bbbootstrap.com/snippets/filterable-table-button-click-96248476
This is an example of a pricing table with three price plans, designed using CSS, HTML, and Bootstrap framework 4. The form consists of three price plan columns and three tabs with hover effects. The font style is imported to the code by its URL. The background of the form is given the styles of font-family as 'Montserrat', sans-serif, and background-color as #eee. The price of each plan is displayed using the styles of font-size as 40px, and font-weight as 700. The 'Get Started' buttons are set as primary type buttons with the styles of background-color as transparent, border-color as #8E24AA, and font color as #8E24AA, except for the button in the middle, which is given a border and a background color as #8E24AA, and font color as #fff. In hover, active, and focus events, the first and last buttons change their background color to #8E24AA and the font color to #fff, whereas the second buttons change its background and border color to #760a92, and the font color to #fff. Source: https://bbbootstrap.com/snippets/bootstrap-pricing-table-three-plans-88321974
This is an example of add and remove a row in table feature, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The JavaScript methods have been used to implement the add and remove rows feature of the table. Two types of buttons; danger and success have been used to create add and remove buttons. The form is given a background color as #f9f9fa. The information card is given the styles of position as relative, display as flex, flex-direction as column, word-wrap as break-word to break and wrap long words into the next line, background-color as #fff, background-clip as border-box, and border as 1px solid #d2d2dc. The card title is given the styles of font color as #000000, margin-bottom as 0.625rem, font-size as 0.875rem, and font-weight as 500, whereas the card description section has the styles of font-weight as 400, and font color as #76838f. The column header is given a font style as uppercase to automatically convert the text to uppercase and the input text fields take a box shadow effect of 0 0 0 0rem rgba(0, 123, 255, .25), in a focus event. Source: https://bbbootstrap.com/snippets/add-and-remove-row-table-using-jquery-63570939
This is an example of a points table with animations for the top four, designed using CSS, HTML, and Bootstrap framework 4. The points table consists of nine data cells, specified for nine football teams. The form is given a font family style of 'Oswald', sans-serif. The background color of the table is set as #9e9e9e, whereas the font color is set to white. The table is given a text-align style as center to centralize the information. The header title of the form is displayed using a font-size of 8vw. The flag is given a width and a height of 10vw, and 6vw, respectively. The name of the football team is displayed using a font size of 4vw. The top four data cells of the table are given a background color of RGB(0, 255, 0, 0.5). The top four teams are given the animation styles of animation-duration as 2s, animation-timing-function as ease-in-out, and animation-iteration-count as infinite to make the animation continuous. Source: https://bbbootstrap.com/snippets/premier-football-league-points-table-2019-37260130
This is an example of an order table with a toggle button, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The form consists of four data cells, with a toggle button attached to each cell. The status of the column is created using two success type badges, one primary type badge, and one danger type badge to display the status of the cell. JavaScript methods have been used to implement the toggle function of the buttons. The body of the form is given the styles of background as #eee, and font-family as Assistant, sans-serif. The data cells are given the styles of border-collapse as separate, border-spacing as 0 4em, background as #fff, border-bottom as 5px solid transparent, and background-clip as padding-box. The toggle button has the styles of width as 40px, height as 21px, background as grey, border-radius as 50px to get the circle shape, and padding as 3px. It is also given a cursor style as pointer to get the hand cursor effect in a hover event, and a transition effect as all 0.3s 0.1s ease-in-out. The toggle button changes its background color to blue, in the active mode. Source: https://bbbootstrap.com/snippets/bootstrap-order-table-toggle-button-29934887
This is an example of a collapsible/expandable row table, designed using HTML, CSS, and Bootstrap framework 4. The form consists of four data cells, named as demos. The font style is imported to the code using its URL. The body of the form is given the styles of background as #eee, and font-family as Assistant, sans-serif. The data cells are given the styles of border-collapse as separate, border-spacing as 0 4em, background as #ffffff, border-bottom as 5px solid transparent, background-clip as padding-box, and cursor as pointer to get the hand cursor effect in a hover event. The collapsible row of the data cell is given a background-color of #000, and a font color of #fff. The data cell is set to reveal the collapsible child thread, in a checked event, with a transition effect of all 0.3s ease-in-out. The status of the column is created using three success type badges and one danger type badge to display the status of the cell. Source: https://bbbootstrap.com/snippets/bootstrap-collapsible-expandable-row-table-26382307