DataTables support of RDFa tags
DataTables support of RDFa tags
I was wondering if it is planned in near future that DataTables supports RDFa tags within its tables. For tables that uses 'aaData' as transfer object in building the table one can't inject any additional tag information about the content that is displayed. In light of current discussions about Linked Data it would be nice if DataTables would support RDFa tags natively. For example, the column header of a table corresponds to the content that is displayed within this column therefore it should be assumed that the column content could use the column header as RDFa property title.
Cheers,
mwjames
Cheers,
mwjames
This discussion has been closed.
Replies
[1] http://manu.sporny.org/2011/uber-comparison-rdfa-md-uf/
DataTables doesn't have built in support for RDFa in that it won't automatically apply the attributes, however, it also doesn't prohibit their use. So probably the best way of using RDFa with DataTables is to use one of the callback functions or events ( fnRowCreated for example) to apply the attributes you want based on the source data you give it.
Regards,
Allan