Hello
I purchased Rider HTML Pro on 11 Nov 2023 and have been investigating it.
I have a very simple non profit site in mind: 2 files: one is 360,000 rows, one is 210,000 rows that end users search and export a csv file.
So my main focus has been on utilising the Datatable.net plug-in. I have found the tutorials very helpful but they really only address the more simple tasks. While searching the "https://devs.keenthemes.com/" forums, I came across an answer that showed me that the Metronic Demo1 product has a page that very closely looks like what I aspire to for my project providing multiple search boxes along with ability to sort the output by clicking on the column header. (https://preview.keenthemes.com/metronic/demo1/crud/datatables/search-options/advanced-search.html). Rather than pagination I am looking at both vertical & Horizontal scrolling which are covered in the tutorials.
How might I be able to utilise this demo1 code in my own project given that these are different themes? Do I now need to also purchase the Metronic Theme product? From the tutorials I get the impression that most of the tools and facilities are available across most of the themes.
Thank You
Graham Wilkie
Hi,
The feature you referred to is Metronic's older version v7 and it can not be used with Rider since Rider uses the latest Bootstrap 5 while Metronic 7 uses Bootstrap 4.
You can refer to Users List example and extend the search form.
Regards.