• Resolved PauloCot

    (@paulocot)


    Hi guys,

    Just wondering how one would go about adding code for any of these extras and whereabouts that code would go. A lot of the stuff I’m reading online is in reference to mySQL which obviously this plugin doesn’t apply to.

    Also, if anyone knows any of the code that would be awesome!

    My page for reference is pesmasterleague.com/home/mldb

    Basically want to eventually make this full screen, x observations per page, scrollbar to see all the database (40ish columns) and a criteria search.

    Any comments would be much appreciated.

    Cheers,
    Paul

    http://wordpress.org/extend/plugins/csv-to-sorttable/

Viewing 1 replies (of 1 total)
  • Plugin Author Shaun Scovil

    (@sscovil)

    Hi there! Sorry for the (very) late response; I just updated the CSV to SortTable plugin recently and have been trying to address some of the questions folks were posting here.

    The features you described all seem doable. Scrollbars could be added with a bit of CSS (table.sortable { overflow: auto; }), and pagination and queries could be achieved using JavaScript or jQuery. Unfortunately, those scripts are beyond the scope of this plugin. I would recommend hiring a developer for that.

Viewing 1 replies (of 1 total)
  • The topic ‘Extras – 10 result per page, scrollbars and queries’ is closed to new replies.