Responsive extension for jQuery DataTables is a great tool to solve the problem of displaying large tabular data for small screen devices. However when Responsive extension is used with other extensions like Select extension, that requires special handling.
Read More
Articles
jQuery DataTables: Alphabetical Search
jQuery DataTables plugin includes an interesting feature: alphabetical search. However despite its superb functionality it lacks support for search so I decided to improve it while also adding row grouping, number filtering, localization and alternative sorting mechanism.
How to reset file input with jQuery
There is no standard method to clear file input element (<input type="file">
) without resetting the whole form. However there is elegant way to do it with just a few lines of code using jQuery.
Thank you for voting us the best web designer in Bucks County!
We have been voted the best web designer in the Web Designer category for the 2016 Bucks Happening Best of Bucks. Thanks to all of our clients, friends and family members for supporting us and naming us the Best of Bucks Happening List 2016.
jQuery DataTables: Column width issues with Bootstrap tabs
One of the most common issues with a table using jQuery DataTables and Bootstrap framework is when the table is initially hidden. For example, your table is located in a tab, accordion menu or modal. When user activates the tab or opens the menu and table becomes visible, it usually has columns not working and having incorrect width or unexpected behavior.
Zazzle: Invoke a function and specify context for this
Looking for a job? Think you know JavaScript? Then this short JavaScript quiz would be as easy as pie.
Vote Gyrocode for best web designer in Bucks Happening 2016
It is that time of year again, when Bucks Happening opens the voting for the best web designer in Bucks County, PA.
jQuery DataTables: Row selection using checkboxes and Select extension
jQuery DataTables: Responsive extension and custom controls
Responsive extension is a great addition to jQuery DataTables which optimizes table layout for different screen sizes. It is achieved by dynamic addition/removal of table columns. However this causes a problem with custom controls shown in the columns being added/removed.
jQuery DataTables: Responsive extension and form inputs
jQuery DataTables plug-in can be used for tables containing form elements as shown in this example. However when combined with Responsive extension form elements loose their value when page width changes.