mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
740 stars 55 forks source link

Custom tags #72

Closed jeff-tilton closed 2 years ago

jeff-tilton commented 2 years ago

This PR allows custom tags such as caption. I tried to run the tests, but I didn't have all of the required packages failed on world_bank_data and didn't easily find the package.

Closes https://github.com/mwouts/itables/issues/10

mwouts commented 2 years ago

Hello @jeff-tilton , thank you for sharing this. I see that the datatables examples have a style on the caption to set the position of the caption, so I decided to implement the new tags option as a simple string at #73. Does that sounds OK for you?