Closed lechnerc77 closed 7 months ago
Thanks @lechnerc77! We'll take a look at your PR today. cc. @nithyatsu
Thank you so much @lechnerc77, these changes look good. Could you please add a screen shot of the new UI capturing the change?
@nithyatsu sure I can add screenshots:
Sorting of table
Table filter via filter area
Table Filter via toolbar
And when looking at the screenshots, there seems to be glitch in the toolbar that leads to a weird padding of the filter
section and the title which is cut off. The toolbar is not really configurable, but the padding should imho work out of the box or am I missing something?
@lechnerc77 thank you so much for the screenshots, they look great! I will take a look at the code tomorrow to understand the overlap issue with the text and get back to you.
I did not find a way to get the overlapping text issue solved. But since we are now dropping the toolbar and the title, we should be good.
I did not find a way to get the overlapping text issue solved. But since we are now dropping the toolbar and the title, we should be good.
Good to hear that I did not overlook something here!
This PR introduces filtering and sorting for the recipe table.
This covers parts of the rquirements from issue #32. The resource table is not yet enabled for sorting and filtering. This requires a bit more work due to the setup of the table.
AB#12039