So, I've been playing this game for almost 1 week and it's fun. I'm happy with my yard coz my defensive tower can cover all the area of my yard. Glad I didn't expand it too much. LOL
I've been using DataTables a lot these days, it's good. Actually, it's a very good plug-in for displaying data in table ( haha ), with lots of interaction. Few and should be implemented feature: Can't export multiple table headers API for table width in PDF Export Adding header and footer for Excel Export DataTables uses pdfmake library for its pdf export module. Sample output of pdf To make the table width 100%, as per pdfmake documentation we should set its width to "*". Here it goes: Edit the datatables JS file, find t.table.widths="auto" , change it to t .table.widths="*" . You might want to change the alignment of the table header also: Find tableHeader:{bold:!0,fontSize:11,color:"white",fillColor:"#2d4154",alignment:"center" Set the alignment to left. sample output after the tweak
This is for me, the better Archive Page. Let's see the how it looks. or you can just click my ARCHIVE PAGE in the navigation bar on top. This has cool feature also: Sort by title (ascending or descending) - by clicking the "POST TITLE" table header. Sort by date (older first or newer first) - by clicking the "POST DATE" table header. Option to show all post by Label When you hover the post title a snippet of the post will display. Things that it doesn't have, which is acceptable: You can't change the date format You can't change table header unless you edit the script. Here's how to implement it. 1. Create a Page For New Blogger Interface: Dashboard > Pages > New Page > Blank Page Put a title, of course, like "Archive". :D 2. HTML Tab > Paste the code below <div id="bp_toc"> Loading TOC. Please wait....</div> <script src="http:/...
Comments
Post a Comment
Feel free to ask, suggest and comment regarding this post/blog. You can also contact me through e-mail, just always use the contact page. Thank you for visiting this blog.