so I'm trying to throw null data from the server but it fails, since the counter is only count the data that send to html(only 10/based on show entries)
then
I conclude the best way is to send the index column from the server itself instead calculate it in front end
@n-rodriguez any idea how to implement this?, I think its more easy to implements now, since we no longer depends on pagination gem
I'm tring to implement index column, If we see the example https://datatables.net/examples/api/counter_columns.html we just need to throw empty
so I'm trying to throw null data from the server but it fails, since the counter is only count the data that send to html(only 10/based on show entries)
then I conclude the best way is to send the index column from the server itself instead calculate it in front end
@n-rodriguez any idea how to implement this?, I think its more easy to implements now, since we no longer depends on pagination gem
64 related