Page 1 of 1

Add features with bootstrap?

Posted: 2014-05-17 14:59
by Mikey12
Hi!

Love Appginie, and bootstrap. Im not so proficient with PHP but my question is:

Can one add functions using the bootstrap. I was thinking of graphs which reads the tables and so on?

Or is it something that needs to be done in the "backend" for it to work?

The only things missing for me are charts and more navigational functions. Is this something I can add easely by changing the bootstrap template?

Thanks a bunch!

/M

Re: Add features with bootstrap?

Posted: 2014-05-19 06:59
by a.gneady
Hmm .. bootstrap is used to control the style and layout of the page ... it can't be used to make charts .. you could use some javascript library to do front-end charts on the page data, though that would limit the chart to just the data displayed in the current page rather than all table data. A back-end based charting tool would be much more comprehensive. We do have plans for some charting add-ons in the near future.