Code Monkey home page Code Monkey logo

react-bootstrap-table2's People

Contributors

allenfang avatar chimericdream avatar chunming-c avatar copas2 avatar cybai avatar doarakko avatar ebfg avatar enf0rc3 avatar ignalion avatar jehartzog avatar khanind avatar konekoya avatar michael-hanley avatar nixonk avatar norbertnemeth avatar nthgol avatar osiux avatar patrickomeara avatar prajapati-parth avatar rwaskiewicz avatar sartaj10 avatar smaransingh avatar supremebeing7 avatar thevangelist avatar utkarshpramodgupta avatar vinzentt avatar wparrott-touchnet avatar yassienw avatar ymbere avatar zhr1130 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

react-bootstrap-table2's Issues

[Feature request] State saving incase of page reload

Hi @AllenFang,
I think having a state saving feature that saves table's current page, sort column and sort direction would be a great feature for react-bootstrap-table2.

Example

It makes use of localStorage or sessionStorage for it. If these are not supported, browser cookies can be used in worst case.

Let me know your thoughts. Thanks.

Additional fields added to InsertRow modal from the row object, like expand row, not just defined columns.

Maybe this exists already and I can't find it in an example. But currently I have a table with four defined columns for a "quick view' type functionality, then I use the expand row functionality to show all the additional fields from the row object. Passing that row object in is nice to have I can list all attributes from the object there. But if I want to add a new row using InsertRow I only have access to the columns defined in the table. So using the InsertRow modal I can only get fields for the columns in the table, not all the attributes on the row object. Is there anyway to do this or could this be a feature request?

Example: row shows just first name and last name, expand row shows, address, birthday, phone number, other contact details etc. Clicking InsertRow, modal only shows first name and last name. The columns object passed into the modal only has those 2 attributes. But I'd like the other ones to be there as well for address, phone, dob, etc.

Thanks.

Custom placeholder contents

The reason for this is i18n. In the v1 for example, you cannot change the placeholder in the column filter.

Still in development?

Hello~

I came here from the react-bootstrap-table thinking that version 2 was already available. It seems like it's still under development. This wasn't immediately clear to me and possibly for others. It might be worthwhile making it explicit on the homepage for anyone navigating here.

Do you have a timeline for when you expect to release the first version for react-bootstrap-table2?

Thanks and keep up the good work!

SketchApp Symbols

Would anyone be interested in a SketchApp file of visual design assets to accompany the react-bootstrap-table2 examples?

between dates

filter option for DateBetween to prompt for 2 dates? >= Date1 and <= Date2

if this does not exist ...
there should be no need to prompt for comparators unless you want >= vs > and <= vs <. default to both and allow to override to just use 1 of the option?

if it does exist ...
please send me in the right direction :)

thanks

Autocomplete on filter and row

I have tried react-bootsrap-table. It's really good except it doesn't support autocomplete component. In your design of table, for header and row, you guy used a lot of "over-flow: hiddend" to style. It's the reason why autocomplete cannot combined in this kind of table.

Summary row or custom footer

Hi! Cool, that you decide to make a 2nd version of this table component!

Not sure if it implemented in the last version of react-bootstrap-table, but it would be cool to have a summary row as the last row of the table. And(or) a custom footer component for a table.

Thanks!

Drop Bootstrap 3

HI Allen,

I suggest that your new version of react-bootstrap-table be pure Flexbox, which means supporting only Bootstrap 4 and not Bootstrap 3.

Bootstrap 4 is pure Flexbox.

It's a good idea because supporting two radically different layout engines will end up being a nightmare for you.

Better to leave react-bootstrap-table version 1 as Bootstrap 3, and make react-bootstrap-table version 2 support only Bootstrap 4.

Refer here:

twbs/bootstrap#21389
twbs/bootstrap#19901

Thanks

Implement td/th attributes

@Chun-MingChen

please implement attrs and headerAttrs on cell and header cell.

attrs and headerAttrs allow user add some HTML attributes on elements

Edit entire row

Hi @AllenFang,
I was wondering why I don't see a "edit row" option, only edit single cells. Am I missing something?
Do you think that would be useful?
As default implementation a simple Modal holding the current row field values, opened with a "Edit" button in the toolbar, would work fine and should easy to implement.

Any tips on how to implement it in the current react-bootstrap-table version?
Thanks, and keep up with the awesome work! ๐Ÿ‘

Need a logo

@Chun-MingChen I remember you have five star on your photoshop skill right? is it possible to design a new logo for react-bootstrap-table2 ?! lol ๐Ÿค“

React styleguidist

@AllenFang I'm aware you've selected storybook for building examples. But as we are still at an early stage in react-bootstrap-table2, would it be possible to use React styleguidist compared to storybook?
They offer great configurations and support JSDoc comment transformation to prop tables. Example.

I'd be more than happy to build examples from scratch using react styleguidist.

Thanks.

Can we get rid of bootstrap?

I was wondering can we get rid of bootstrap alltogether, isn't it used only for styling the table to look better?

Bootstrap.min.css at least contains redundant CSS styles for the project. In fact the table should be merely a React-table (well, a better name of course...) IMHO.

Fixed columns in table

I would like fix few columns where when user scrolls horizontally, fixed columns remains same but scrolls with the vertical scroll. Could you please help me getting feature IN.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.