Sorting by Dollar Values
-
WP: ver 3.8.1
TP: ver 1.3I’ve noticed that sorting a table by price (i.e., a column that contains dollar values) does not work correctly: Values are sorted by the first digit (e.g., $1, $12, $123, $2, $23, $234, and so on) and all other digits are ignored.
I’ve read the section “Sorting or other JS functions are not working” of the TablePress Support FAQ and checked the versions of jQuery that are included in the page:
eric@eric-x1:~$ grep -i jquery /tmp/example.com.htm | grep --color ver | sort <script type='text/javascript' src='https://example.com/wordpress_3/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.46.0-2013.11.21'></script> <script type='text/javascript' src='https://example.com/wordpress_3/wp-content/plugins/flexslider/assets/js/jquery.flexslider.min.js?ver=2.1.0-20121206'></script> <script type='text/javascript' src='https://example.com/wordpress_3/wp-content/plugins/flexslider/assets/js/jquery.mousewheel.min.js?ver=2.1.0-20121206'></script> <script type='text/javascript' src='https://example.com/wordpress_3/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?ver=3.8.1'></script> <script type='text/javascript' src='https://example.com/wordpress_3/wp-content/plugins/tablepress/js/jquery.datatables.min.js?ver=1.3'></script> <script type='text/javascript' src='https://example.com/wordpress_3/wp-content/themes/inovado/framework/js/twitter/jquery.tweet.min.js?ver=1.0'></script> <script type='text/javascript' src='https://example.com/wordpress_3/wp-includes/js/jquery/jquery.js?ver=1.10.2'></script> <script type='text/javascript' src='https://example.com/wordpress_3/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
Could the other versions of jQuery be the problem? Or is this problem systemic to jQuery and/or Datatables?
· TablePress: 1.3 · TablePress (DB): 23 · TablePress table scheme: 3 · Plugin installed: 2014/01/28 23:32:31 · WordPress: 3.8.1 · Multisite: no · PHP: 5.3.3 · mySQL (Server): 5.1.71 · mySQL (Client): 5.1.71 · ZIP support: yes · UTF-8 conversion: yes · WP Memory Limit: 40M · Server Memory Limit: 256M · Magic Quotes: off · WP_DEBUG: false · WP_POST_REVISIONS: true
Eric P.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Sorting by Dollar Values’ is closed to new replies.