Sachin,
Please note that we have moved some of our projects over to Google Code
hosting and Google Groups discussion lists.
The Tabular View doesn't support pagination right now, but there's no
reason why it shouldn't be able to. If you can program in Javascript,
you can fix it yourself and send us a patch. Take a look at its
implementation here
http://static.simile.mit.edu/exhibit/api-2.1.0/scripts/ui/views/tabular-view.js
Find the method
Exhibit.TabularView.prototype._reconstructAt the end of that method
is the loop
for (var i = 0; i < items.length; i++) {
renderItem(i);
}That's where you want to start.
David
Sachin Sjadhav wrote:
>
> Hi All,
>
> I found using Tabular view is much economical than the one with
> Thumbnails.
>
> Agreed that Tabular View has a lighter data exchange as compared to
> Thumbnails but still its very irritating that you can not render the
> data (JSON records) in smaller installments.
>
> What if we have 5000+ records in JSON, it will obviously take more
> than a minute.
>
> Is there any way we can mention the size or number of records (I am
> referring to 'Pagination') for Tabular View.
>
> Thanks for interest and time,
>
> Regards,
>
> SachinJadhav
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> General mailing list
> [EMAIL PROTECTED]
> http://simile.mit.edu/mailman/listinfo/general
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---