In my use case, I need to create a view which displays data from a custom table (table I created in the database).
Is there any module or any best practice to accomplish this?
I need the columns to be sortable and to be able to search within a specific column.
Thanks.
Hi,
I am having issues with custom submit handler for hook_form_handler.
In detail:
I have added new form fields to core module 'path' and added custom submit handler to update my new added form fields.
I have got success connecting database table 'url_alias' and adding new fields to it and save values into db.
Now the challenging part is to save values in form itself. When I submit the form, I see db updated with new values.
However, new form fields are still blank without submitted values.