Daniel Barreiro

Results 29 comments of Daniel Barreiro

The problem with a table is that the TBODY doesn't allow for much styling or other properties, it is quite a dumb container. There is no way to set a...

On 26/06/14 14:37, Eddyystop wrote: > 1. Run the new occlusionTable.html to see what I'm suggesting. I > think its a better approach than that 2 table approach I too...

Tables can be infinitely long but they are finite in width. Even with spreadsheets, where there is no preferred dimension, sheets tend to be longer than wide. I wouldn't trouble...

Sorry, I'm a little behind in following your scrolling table. I hope my next pull request will excuse my tardiness. Which readme are you referring to? Satyam On 28/06/14 16:04,...

You already have: - |datatable| - Table with sortable columns, AJAX population and multi-row headings. The latest update added row selection. - |datatable| - Table with sortable columns, AJAX population,...

On 28/06/14 16:52, Satyam wrote: > Sorry, I'm a little behind in following your scrolling table. I hope > my next pull request will excuse my tardiness. > This is...

You did a great job with the tables. The one with pinned columns is great. Developers often ask for that feature. As always, when you use two tables, it is...

Sorry for being late. BootstrapForm is requiring more effort than I had envisioned. Regarding "... What's a use case for having a scroll callback?", no reason I can think of,...

I did the changes but I messed up in trying to fix the links in the main readme.md file so I won't do the pull request for that one. The...

I mean to add validation to the forms and automatically apply the [styles provided by Bootstrap](http://getbootstrap.com/css/#forms-control-validation) to that effect. I planned on using your validation component, though I haven't looked...