poojith
Forum Replies Created
-
Forum: Plugins
In reply to: [ShareThis: Free Sharing Buttons and Tools] Remove @sharethis twitter tweetFor those using the ShareThis Hover Bar, Click to modify other widget options then insert the code below in the var options object in
chicklets_params: { twitter:{ "st_via":"TwitterHandleName" } }
Wow now its worked correctly.
Thanks TobiasHI TobiasBg
The month sorting issue is solved, i changed some lines in the jQuery file ColumnFilterWidgets.js
if (widget.bSort && select_title != 'Month') { if (widget.hasOwnProperty('fnSort')) { aDistinctOptions.sort(widget.fnSort); } else { aDistinctOptions.sort(); }
Now everything is working perfectly. Also changed the drop down filter multi selecting option, now it will come inside the select box.
https://www.inpressadv.net/staging/blueocean/final/courses-calendar/
Thanks for your reply.
I tried the below code but it not work
$('#tablepress-2_wrapper').dataTables_wrapper()
.columnFilter({
aoColumns: [ { type: "select", values: [ 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] },
{ type: "text" },
null,
{ type: "number" },
{ type: "select" }
]});
I found this from the below link,
https://jquery-datatables-column-filter.googlecode.com/svn/trunk/customFilters.html
Yea its works, Thanks for your help again dear, Really unbelievable support from your end.
Hi TobiasBg
Can you please check the above issue please, i tried
<a href='...'>...</a>
but its not workingHi,
I tried in that way now, but still same result, i will send you my backend login so that you can see it in backend. Please help