If you create a new table in a sharepoint site you can design the table by using the predefined styles in the "Design" tab. The default style checks the Header Row and First Column options. What would be the appropriate way to make sure the checkboxes are unchecked at default?
I assume this can be done with JQuery, which is still really new to me. I am a bit at a loss how to approach this. I also don't know how to identify the ribbon controls since they don't seem to be visible in the page source code. How would you approach this?
Standard default settings:
http://i.stack.imgur.com/IBikx.png
Desired default settings:
http://i.stack.imgur.com/zgpKw.png
Any help would be greatly appreciated!