backdrop-contrib / datatables

Provides integration of the DataTables library into Views.
GNU General Public License v2.0
1 stars 1 forks source link

Add a theming wrapper for `tableselect` #3

Open argiepiano opened 10 hours ago

argiepiano commented 10 hours ago

Currently theme_datatable() wraps around the "regular" table element theming function. This means that datatable functionality can't be used with tableselect elements.

I'll try a PR for this later.

argiepiano commented 5 hours ago

@AlexHoebart-ICPDR PR provided. It adds a Form API element called datatable_tableselect that works the same way as the core element tableselect, but it also provides datatable functionality.