Frozen columns, actions column and multi select checkboxes
A Pen by Benjamin Davis on CodePen.
Frozen columns, actions column and multi select checkboxes
A Pen by Benjamin Davis on CodePen.
| <!DOCTYPE html> | |
| <html class="fuelux"> | |
| <head lang="en"> | |
| <meta name="description" content="A FuelUX jsbin template: run grunt servedist in fuelux directory"> | |
| <!-- styles --> | |
| <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"/> | |
| <link href="http://localhost:8000/dist/css/fuelux.min.css" rel="stylesheet" type="text/css"/> | |
| <!-- scripts --> | |
| <script src="http://localhost:8000/bower_components/requirejs/require.js" type="text/javascript"></script> |
| ## Testing fuelux live updates in fuelux-mctheme | |
| ## Creating a symlinked folder of local version of fuelux inside of mctheme project | |
| ## In fuelux project that you are making changes - | |
| bower link | |
| ## This symlinked the component for us | |
| ## In fuelux-mctheme project | |
| bower link fuelux fuelux-local |