Closed RhymeGuy closed 7 years ago
Awesome plugin. It would be even cooler if we could have ability to define or at least translate previous and next buttons.
Right now I' m using something like this:
jQuery(window).load(function () { jQuery('.tablesaw-nav-btn.left').attr('title', 'Prev'); jQuery('.tablesaw-nav-btn.right').attr('title', 'Next'); });
You’re right, we need to expose the i18n text better.
See https://github.com/filamentgroup/tablesaw#internationalization-i18n
Available when 3.0.2 is released!
Awesome plugin. It would be even cooler if we could have ability to define or at least translate previous and next buttons.
Right now I' m using something like this: