Hello Jorik,
Is it still possible to work with the custom table and custom filter webpart?
No. As it's name says, the
custom table datagrid is for custom tables only.
If you are working with a doctype, then you will have to use the
Grid webpart. Its properties allows you to set the
Path,
Document types,
Selected columns,
Filter name, and so on. I suggest
this reading for an exhaustive and detailed list of this webpart properties.
Then create your custom filter as explained in my first post and link it to the Grid webpart using the
Filter name property. Once linked with the data source of the Grid webpart, all it does is add the WHERE and ORDER BY condition depending on your filtering logic.
Sorry about the confusion here, I really though you were talking about custom tables (created from CMS Desk -> Tools -> Custom tables)
I hope it will help you.
Regards,
Nicolas