eve-seat / seat

SeAT 0x. [UNSUPPORTED]
https://github.com/eveseat/seat
MIT License
69 stars 37 forks source link

search improvement #308

Closed freedenizen closed 9 years ago

freedenizen commented 9 years ago

Currently some pages such as seat/character/full-wallet-journal/XXXXX (view/character/view/walletjournal/view.blade.php) use their own pagination outside of what is provided by datatables. The problem is that it causes problems with sorting. Sorting will only sort what is currently disabled on the page not the complete dataset.

Of course using datatables paging requires that all the data be passed to the browser which can cause issues on large sets.

eve-seat commented 9 years ago

I am a little confused between the title and content of this ticket. But regardless, the filtering/searching/sorting that you are speaking of here wont be happening in datatables. The transactions/journals view will become a lot better once the proper filtering etc improvements from #76 land.