I have a form with a submit "Index" event.
Within this form I carry a dropdown and a table.
With this dropdown I can make a filter, which reloads the items in the table after clicking the sumit button.
So far everything works as expected.
However, I would like to print the result of this table.
For example, my table has a listing of 15 items.
Date, Car Name, Model ...
I filter by the car model and 5 items are returned.
I would like to print the result of this table, with these 5 items returned. How do I do that?
I would also like to print to an xls, or something where I could set up a table.
Within this form I carry a dropdown and a table.
With this dropdown I can make a filter, which reloads the items in the table after clicking the sumit button.
So far everything works as expected.
However, I would like to print the result of this table.
For example, my table has a listing of 15 items.
Date, Car Name, Model ...
I filter by the car model and 5 items are returned.
I would like to print the result of this table, with these 5 items returned. How do I do that?
I would also like to print to an xls, or something where I could set up a table.