Posts by O. Junior • 15 points
2 posts
-
1
votes2
answers327
viewsQ: Fixed first row table using Material Design Lite
Hello I am using Material Design Lite, I need to leave fixed the first row of the table and scroll the rest of the content. <table class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">…
-
0
votes1
answer264
viewsQ: Insert same data into two Mysql columns
Hello! I have a table with the name tabx and two columns y and z, when I insert the values in the column y I need a Trigger to copy this value to the column z. I have tried some solutions but…