Coder Social home page Coder Social logo

Comments (2)

clarketm avatar clarketm commented on May 14, 2024

JamoCA,

Thanks for the feedback. Your reported issues are all viable candidates for
a rewrite/patch. I can agree that an ignoreRow property is a robust
extensibility and customizability addition to the plugins feature set. I
also like the idea of controlling the export download via interception
(jQuery in this case). Regarding the MIME type and susequent browser
dowload respose, can you clarify which browsers (and versions) you were
experiencing issues with.

Travis Clarke

Is there any way to identify elements that should be ignored? I use
TableSorter and currently the tfoot (added prior to tbody), filter &
pagination header rows are included in the export.

I believe that TableSorter adds a tablesorter-ignoreRow class to rows that
should be ignored, but it'd be nice to specify TR classes that should be
ignore from the generated export.

Tfoot is normally added above the tbody and is a simple repeat of the
thead. Using TableExport results in generating a double header (separated
by an empty row for the dynamic filters). Any way to ignore this?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#5

from tableexport.

clarketm avatar clarketm commented on May 14, 2024

JamoCA,

Please check out my latest v3.2.0 release.

I added several new properties to the plugin. The ignoreRows and ignoreCols properties allow you to exclude rows or columns by index number (or an array of indices). Furthermore, I added a footers property; this, along with the headers property, allows you to have complete control over the filtration for both the <tfoot> and <thead> semantic tags.

In the next patch, I will add a property that allows for filtration by selector ... such as class or id.

EDIT:

v3.2.1 provides selector exclusion via the ignoreCSS property.

from tableexport.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.