Bootstrap doesn't have tables with functionality like that and is used on a 
*lot* of sites, so it's hardly of little use. 

If you need a sortable table, you could write an om wrapper around
https://github.com/glittershark/reactable

I may give this a try soon myself. 

Lucas

> On 16 Sep 2014, at 21:17, Daniel <doubleagen...@gmail.com> wrote:
> 
> Good work.  Although I hate to say it, It's of little use for most projects 
> without more out-of-the-box table options eg searchable, sortable, paginated, 
> never-ending.
> 
>> On Wednesday, August 27, 2014 2:05:27 PM UTC-5, Sam Ritchie wrote:
>> This release adds a bunch of new active components - notably, dropdown 
>> buttons, split dropdown buttons and a navbar. The navbar allowed me to beef 
>> up the doc site with a proper navbar, more pages and client-side javascript 
>> navigation using Secretary and Html5 pushState:
>> 
>> http://om-bootstrap.herokuapp.com 
>> 
>> Code:
>> 
>> https://github.com/racehub/om-bootstrap
>> 
>> Leiningen:
>> 
>> [racehub/om-bootstrap "0.2.6"]
>>  
>> 
>> RELEASE NOTES:
>> 
>> - Upgraded Clojurescript dependency on the doc site to get around this bug: 
>> http://dev.clojure.org/jira/browse/CLJS-839. Added a note.
>> 
>> This hash code bug was causing `bs-class-set`'s internal lookup in 
>> `class-map` to sporadically fail in Safari 7.0.x.
>> 
>> >From https://github.com/racehub/om-bootstrap/pull/13:
>> - `om-bootstrap.util/clone-with-props` can now "clone" proper om  components 
>> by injecting extra attributes into the om cursor.
>> - `:on-select` handlers on top level nav elements now get called if set,  
>> along with the current nav-item `:on-select` handlers
>> 
>> ### New Components
>> 
>> - `dropdown-mixin` (mixins.cljs)
>> - `menu-item`, `dropdown-menu`, `dropdown` (button.cljs)
>> - `split` (ie, SplitButton) (button.cljs)
>> - `navbar` (ie, SplitButton) (button.cljs)
>>  
>> -- 
>> Sam Ritchie (@sritchie)
>> Paddleguru Co-Founder
>> 703.863.8561
>> www.paddleguru.com
>> Twitter // Facebook
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to