Ken Colvin

Results 25 issues of Ken Colvin

I need to dynamically construct the iframeURL based on the users input. How can I accomplish this? Thanks - great script BTW

- Are there options to output table to PDF, Excel, Email Attachment? - see https://mottie.github.io/tablesorter/docs/example-widget-output.html

- How do I set the input type for the THEAD filter html INPUT types? - The goal is to have a generic method update the THEAD input types and...

- I would like to have a column have a window prompt the user for filter information. - Do you have widget and/or examples that can do this? - see...

- Do you have a version that works with Kendo Charts? - see https://mottie.github.io/tablesorter/docs/example-widget-chart.html - I would like to have tablesorter update the Kendo Chart - https://demos.telerik.com/kendo-ui/bar-charts/index

- Filter case insensitive is not working, please advice - see https://mottie.github.io/tablesorter/docs/example-widget-filter.html - I set both values to TRUE but still doing case sensitive search. ``` ignoreCase: true, widgetOptions: {...

- How can I highlight the found string(s) in a column filter search? - see https://mottie.github.io/tablesorter/docs/example-widget-filter-custom.html ![image](https://user-images.githubusercontent.com/8449843/119946650-7a055b80-bf5c-11eb-9031-0ca1c7e71538.png)

Hi, - Do you have examples of client side and PHP server side filtering? - Do you have Laravel examples? - Here are some tablesorter settings I want to use...

Is there a way to have the TH column headers for select2 sort in descending order? For example, in this demo https://mottie.github.io/tablesorter/docs/example-widget-filter-formatter-select2.html how can one have the select2 sort in...

How To...
Demo
Widget-Filter

I want to call an event after all filters have been applied and the table is fully updated. Something like on_filter_change() I then want to create a chart, using a...