Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to integrate sql plugin with tableplot plugin #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TomCafferty
Copy link

Hi,
I started making some changes to mainly expose a table id so I could use the sql plugin with the tableplot plugin which graphs a table. After that I also needed the ability to use enumeration field values for table headings and I added that. Along the way I added a table sort capability. All the changes should be backward compatible and the options I added are all optional. Let me know if you would be interested in adding these to the sql plugin. If so let me know if there is anything I can do to help.
Best Regards
Tom

…able

the use of database enumeration fields for table headings

 - Modified syntax.php to add options and process enumeration fields

 - Added table sort capability with javascript and action.php to include
   javascript when enabled

 - Added formatting for table when the sort capability is enabled

 - Modified existing property function in syntax.php to accept single quotes
   on option parameters in addition to double quotes.

 - Added an example folder for testing the updates

 - Added an updateREADME.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant