Tabletools + Editor + Strapboot
Tabletools + Editor + Strapboot
kmpoaquests
Posts: 2Questions: 0Answers: 0
Is it possible to have a datatables that incoporates the following ?
Tabletools (csv,xls,pdf etc)
editor for Crud functioaltiy
as well as Twitter strapboot
I can only come up with this by slightly modifying the examples downloaded.
http://uberfrost.com/tables/extras/edit/examples/bootstrap.html
I would appreciate any help since I'm a super newbie when it comes to coding.
Been up since 4am trying to figure this out.
Appreciate any assistance.
Tabletools (csv,xls,pdf etc)
editor for Crud functioaltiy
as well as Twitter strapboot
I can only come up with this by slightly modifying the examples downloaded.
http://uberfrost.com/tables/extras/edit/examples/bootstrap.html
I would appreciate any help since I'm a super newbie when it comes to coding.
Been up since 4am trying to figure this out.
Appreciate any assistance.
This discussion has been closed.
Replies
The link you gave is indeed TableTools + Editor + DataTables and Twitter Bootstrap :-). The buttons in the top left are TableTools buttons. Is it something else that you want added into that mix?
Allan
If I do include something like abuttons: "pdf",
Then I end up with the table not even rendering
**update
so if you click the link above you will see that I've got the print,copy, export to pdf / csv options there
but they are not functional with the exception of print.
**Update #2
upon further investigation I found that a needed .swf file was missing from the code that I copied .
I am trying to now inpliment the
"bSelectedOnly" attribute to the dropdown portion of the bootstrap menu seen below
"aButtons": [ "csv", "xls", "pdf", "print", ]
appreciate it
[code]
"aButtons": [
{
"sExtends": "csv",
"bSelectedOnly": true
},
...
]
[/code]
Allan