Display Dataverse Table Data In Power Pages by Using liquid Language
Display Dataverse Table Data In Power Pages by Using liquid Language Display Dataverse Table Data In Power Pages by Using liquid Language CSS CODE: /* styles.css */ /* Apply basic styles to the outer container */ .col-md-12.columnBlockLayout { padding : 16px ; margin : 60px 0 ; min-height : 200px ; background-color : #f5f5f5 ; border : 1px solid #ddd ; border-radius : 5px ; } /* Style the table */ .table { width : 100% ; border-collapse : collapse ; background-color : #fff ; } /* Style the table header */ .table th { background-color : #007bff ; color : #fff ; text-align : left ; padding : 10px ; } /* Style the table rows */ .table td , .table th { border : 1px solid #ddd ; padding : 8px ; } /* Apply alternate row background color for better readability */ .table tbody tr:nth-child (even) { background-color : #f2f2f2 ; } /* Style the button within the table cell */ .table button { background-color :
Comments
Post a Comment